Skip to content

Commit

Permalink
Fix docs: specify port on DOCKER_HOST variable
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
joao-p-marques committed Apr 26, 2021
1 parent 0ae2b3e commit fae59cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fae59cf

Please sign in to comment.