Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created July 18, 2015 01:11
Show Gist options
  • Save kozo2/fac7274629928577f4e3 to your computer and use it in GitHub Desktop.
Save kozo2/fac7274629928577f4e3 to your computer and use it in GitHub Desktop.
boot2docker for windows
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