1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Fix json format of plugin

Signed-off-by: Janonymous <janonymous.codevulture@gmail.com>
This commit is contained in:
Janonymous
2017-01-27 09:32:19 +03:00
committed by Tibor Vass
parent a88fb3678d
commit 7953201f9d

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