Created
April 25, 2018 02:57
-
-
Save tairov/f98fcfe64bc7c9f13aad7634c5fc6511 to your computer and use it in GitHub Desktop.
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
# Expose internally the Docker Socket and run forever | |
socat "TCP-LISTEN:2375,reuseaddr,fork" "UNIX-CLIENT:/var/run/docker.sock" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment