Skip to content

Instantly share code, notes, and snippets.

@tairov
Created April 25, 2018 02:57
Show Gist options
  • Save tairov/f98fcfe64bc7c9f13aad7634c5fc6511 to your computer and use it in GitHub Desktop.
Save tairov/f98fcfe64bc7c9f13aad7634c5fc6511 to your computer and use it in GitHub Desktop.
# 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