mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2024-12-21 14:18:07 +00:00
Fix docs: specify port on DOCKER_HOST variable
Fixes https://github.com/Tecnativa/docker-socket-proxy/issues/51
This commit is contained in:
parent
0ae2b3ea0d
commit
fae59cf3e8
@ -50,7 +50,7 @@ never happen.
|
|||||||
|
|
||||||
2. Connect your local docker client to that socket:
|
2. Connect your local docker client to that socket:
|
||||||
|
|
||||||
$ export DOCKER_HOST=tcp://localhost
|
$ export DOCKER_HOST=tcp://localhost:2375
|
||||||
|
|
||||||
3. You can see the docker version:
|
3. You can see the docker version:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user