Skip to content

Commit

Permalink
Merge pull request #3537 from hashicorp/d-docker-endpoints
Browse files Browse the repository at this point in the history
Better docs for docker.endpoint option
  • Loading branch information
dadgar committed Nov 13, 2017
2 parents 9c6fb1a + 07497f6 commit ee063f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,12 @@ of the Linux Kernel and Docker daemon.
The `docker` driver has the following [client configuration
options](/docs/agent/configuration/client.html#options):

* `docker.endpoint` - Defaults to `unix:///var/run/docker.sock`. You will need
to customize this if you use a non-standard socket (HTTP or another
location).
* `docker.endpoint` - If using a non-standard socket, HTTP or another location,
or if TLS is being used, `docker.endpoint` must be set. If unset, Nomad will
attempt to instantiate a Docker client using the `DOCKER_HOST` environment
variable and then fall back to the default listen address for the given
operating system. Defaults to `unix:///var/run/docker.sock` on Unix platforms
and `npipe:////./pipe/docker_engine` for Windows.

* `docker.auth.config` <a id="auth_file"></a>- Allows an operator to specify a
JSON file which is in the dockercfg format containing authentication
Expand Down

0 comments on commit ee063f9

Please sign in to comment.