From fae59cf3e8fe9db958b54e4aa0473acb2ec35a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Mon, 26 Apr 2021 15:23:47 +0100 Subject: [PATCH] Fix docs: specify port on DOCKER_HOST variable Fixes https://github.com/Tecnativa/docker-socket-proxy/issues/51 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4761e85..1899b93 100644 --- a/README.md +++ b/README.md @@ -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: