We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dac723 commit 76b6aa5Copy full SHA for 76b6aa5
readme.md
@@ -1,4 +1,4 @@
1
Makes the Docker Remote API available via port 2375.
2
3
Start with:
4
-`docker run -p 80:2375 -v /var/run/docker.sock:/var/run/docker.sock jarkt/docker-remote-api`
+`docker run -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock jarkt/docker-remote-api`
0 commit comments