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

Fix json format of plugin

Signed-off-by: Janonymous <janonymous.codevulture@gmail.com>
(cherry picked from commit 2d24dbe896)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Janonymous 2017-01-27 09:32:19 +03:00 committed by Victor Vieux
parent e0c79df37d
commit 370e8f25d2

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"
}
}
```