Skip to content

Commit

Permalink
Update index.html.markdown
Browse files Browse the repository at this point in the history
Add note to reinforce the need for cert_path on any docker-machine based Docker environment.
  • Loading branch information
baboune authored and jen20 committed Sep 21, 2016
1 parent 046f184 commit 1b6c1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/source/docs/providers/docker/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ The following arguments are supported:
* `cert_path` - (Optional) Path to a directory with certificate information
for connecting to the Docker host via TLS. If this is blank, the
`DOCKER_CERT_PATH` will also be checked.

Note: As per [Docker Remote API documentation](https://docs.docker.com/engine/reference/api/docker_remote_api/), in any docker-machine environment, the Docker daemon uses an encrypted TCP socket (TLS) and requires `cert_path` for a successful connection.

0 comments on commit 1b6c1cc

Please sign in to comment.