1
0
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:
João Marques 2021-04-26 15:23:47 +01:00
parent 0ae2b3ea0d
commit fae59cf3e8

View File

@ -50,7 +50,7 @@ never happen.
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: