Skip to content

Instantly share code, notes, and snippets.

@taion809
Created August 31, 2013 06:29
Show Gist options
  • Save taion809/6396566 to your computer and use it in GitHub Desktop.
Save taion809/6396566 to your computer and use it in GitHub Desktop.
socat listen unix socket
<hashdash> i've found socat to be an obscurish/unix-unfriendly but useful tool for quick debugs of what something like docker is doing on the wire
<hashdash> for unix sockets, even:
<hashdash> 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