Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Created August 22, 2016 15:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-simons/4bb090aa77802f1732c2d5200f9880a4 to your computer and use it in GitHub Desktop.
Save michael-simons/4bb090aa77802f1732c2d5200f9880a4 to your computer and use it in GitHub Desktop.
Redirect TCP traffic to Docker socket
socat TCP-LISTEN:2376,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