Created
October 4, 2016 01:05
-
-
Save quangson91/6f161a6d12cf07be87d2ea956f9d0156 to your computer and use it in GitHub Desktop.
API URL for docker-mac & intellij
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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