Created
March 2, 2017 13:16
-
-
Save SlyDen/1104274bc0e5abdebeb72f9f7b9d0a2a to your computer and use it in GitHub Desktop.
Docker for Mac: run ... com.bmuschko.gradle.docker
This file contains hidden or 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 UNIX-CONNECT:/var/run/docker.sock & | |
export DOCKER_HOST=tcp://localhost:2375 | |
unset DOCKER_TLS_VERIFY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment