Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilioeduardob/177c3758215bdc22958a5b6d9ae75431 to your computer and use it in GitHub Desktop.
Save emilioeduardob/177c3758215bdc22958a5b6d9ae75431 to your computer and use it in GitHub Desktop.
Docker Socket for Mac
socat -d TCP-LISTEN:2376,range=127.0.0.1/32,reuseaddr,fork UNIX:/var/run/docker.sock
curl localhost:2376/version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment