Skip to content

Commit

Permalink
Remove obsolete comment about having to HTTP/HTTPS docker connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wittek authored and kiview committed Jan 10, 2018
1 parent c38f427 commit 4e79301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you want to use TestContainers on Windows you can try the [alpha release](usa
Testcontainers will try to connect to a Docker daemon using the following strategies in order:

* Environment variables:
* `DOCKER_HOST` (this should be set to an HTTP/HTTPS connection rather than a unix socket at present)
* `DOCKER_HOST`
* `DOCKER_TLS_VERIFY`
* `DOCKER_CERT_PATH`
* Defaults:
Expand Down

0 comments on commit 4e79301

Please sign in to comment.