Skip to content

Instantly share code, notes, and snippets.

@dims
Created December 31, 2014 16:23
Show Gist options
  • Select an option

  • Save dims/2f56a64f5460b79f0a6c to your computer and use it in GitHub Desktop.

Select an option

Save dims/2f56a64f5460b79f0a6c to your computer and use it in GitHub Desktop.
verbose unix socket redirect using socat
sudo socat -x -v -d -d "UNIX-LISTEN:/var/run/docker2.sock,reuseaddr,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