Skip to content

Instantly share code, notes, and snippets.

@drbraden
Last active December 22, 2015 01:28
Show Gist options
  • Save drbraden/6396600 to your computer and use it in GitHub Desktop.
Save drbraden/6396600 to your computer and use it in GitHub Desktop.
Use socat to monitor docker's pipe
socat -v UNIX-LISTEN:listener,fork UNIX:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment