Last active
April 24, 2017 16:59
-
-
Save binarytemple-external/9b4b449cf827a14dd4aa821b7c8379d3 to your computer and use it in GitHub Desktop.
socat exposing docker control socket
This file contains 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
socat -d -d TCP-L:2375,fork UNIX:/var/run/docker.sock | |
socat -v UNIX-LISTEN:/tmp/fake,fork UNIX-CONNECT:/var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment