Reading dockercfg files for authenticating with private registries

This commit is contained in:
Diptanu Choudhury
2016-02-06 05:43:30 -08:00
parent 8701ce33ce
commit 1343e481f3
2 changed files with 15 additions and 0 deletions

View File

@@ -247,6 +247,9 @@ The `docker` driver has the following host-level configuration options:
to customize this if you use a non-standard socket (http or another
location).
* `docker.auth_config` - Allows an operator to specify a json file which is in
the dockercfg format containing authentication information for private registry.
* `docker.tls.cert` - Path to the server's certificate file (`.pem`). Specify
this along with `docker.tls.key` and `docker.tls.ca` to use a TLS client to
connect to the docker daemon. `docker.endpoint` must also be specified or