Update faqs.md (#2437)

setting DOCKER_HOST to `http://` fails with error `Invalid bind address format: http://localhost:2375`
This commit is contained in:
Pär Björklund 2017-03-22 18:15:42 +01:00 committed by John Mulhausen
parent a2d1a8213f
commit c631541bd0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ experiment with a multi-node swarm. Check out the tutorial at
You might need to provide the location of the Engine API for Docker clients and development tools.
On Docker for Windows, clients can connect to the Docker Engine through a **named pipe**: `npipe:////./pipe/docker_engine`, or **TCP socket** at this URL: `http://localhost:2375`.
On Docker for Windows, clients can connect to the Docker Engine through a **named pipe**: `npipe:////./pipe/docker_engine`, or **TCP socket** at this URL: `tcp://localhost:2375`.
This sets `DOCKER_HOST` and `DOCKER_CERT_PATH` environment variables to the given values (for the named pipe or TCP socket, whichever you use).