Created
June 7, 2022 22:25
-
-
Save rytsh/c46f01b05e61e5f16d8d36cb740baea3 to your computer and use it in GitHub Desktop.
socat docker socket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --rm -it --name socat -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock:ro alpine/socat tcp-listen:2375,fork,reuseaddr unix-connect:/var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment