Skip to content

Instantly share code, notes, and snippets.

@quangson91
Created October 4, 2016 01:05
Show Gist options
  • Save quangson91/6f161a6d12cf07be87d2ea956f9d0156 to your computer and use it in GitHub Desktop.
Save quangson91/6f161a6d12cf07be87d2ea956f9d0156 to your computer and use it in GitHub Desktop.
API URL for docker-mac & intellij
socat TCP-LISTEN:2375,reuseaddr,fork,bind=localhost UNIX-CONNECT:/var/run/docker.sock &
echo "Usage: tcp://localhost:2375 for binding API URL"
echo "You can check this link for more detail: https://youtrack.jetbrains.com/issue/IDEA-153973"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment