1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #30495 from codevulture/fix_plugin

Fix json format of plugin
This commit is contained in:
Sebastiaan van Stijn 2017-01-27 10:47:08 +01:00 committed by GitHub
commit d4799f037f

View file

@ -79,7 +79,7 @@ This is the JSON format for a plugin:
"InsecureSkipVerify": false,
"CAFile": "/usr/shared/docker/certs/example-ca.pem",
"CertFile": "/usr/shared/docker/certs/example-cert.pem",
"KeyFile": "/usr/shared/docker/certs/example-key.pem",
"KeyFile": "/usr/shared/docker/certs/example-key.pem"
}
}
```