Skip to content

Instantly share code, notes, and snippets.

@akerouanton
Created August 21, 2016 17:03
Show Gist options
  • Save akerouanton/07123b8d7105a11062f3a34dc068d8d8 to your computer and use it in GitHub Desktop.
Save akerouanton/07123b8d7105a11062f3a34dc068d8d8 to your computer and use it in GitHub Desktop.
Dump what goes throught a unix domain socket
socat -x -v UNIX-LISTEN:/tmp/debug-docker.sock,mode=777,reuseaddr,fork,ignoreeof UNIX-CONNECT:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment