Skip to content

Commit fae59cf

Browse files
Fix docs: specify port on DOCKER_HOST variable
Fixes #51
1 parent 0ae2b3e commit fae59cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ never happen.
5050

5151
2. Connect your local docker client to that socket:
5252

53-
$ export DOCKER_HOST=tcp://localhost
53+
$ export DOCKER_HOST=tcp://localhost:2375
5454

5555
3. You can see the docker version:
5656

0 commit comments

Comments
 (0)