Created
July 18, 2015 01:11
-
-
Save kozo2/fac7274629928577f4e3 to your computer and use it in GitHub Desktop.
boot2docker for windows
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
To connect the Docker client to the Docker daemon, please set: | |
export DOCKER_CERT_PATH='C:\Users\aaa\.boot2docker\certs\boot2docker-vm' | |
export DOCKER_TLS_VERIFY=1 | |
export DOCKER_HOST=tcp://192.168.59.103:2376 | |
Or run: `eval "$(boot2docker shellinit)"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment