Skip to content

Instantly share code, notes, and snippets.

@wanderindev
Created May 10, 2020 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanderindev/18fa74a9b2fa8c2d75317f38be2de9e3 to your computer and use it in GitHub Desktop.
Save wanderindev/18fa74a9b2fa8c2d75317f38be2de9e3 to your computer and use it in GitHub Desktop.
# connect to docker daemon running on Windows.
export DOCKER_HOST=tcp://192.168.99.104:2376
# location for TLS certificate.
export DOCKER_CERT_PATH=/mnt/c/Users/jfeli/.docker/machine/machines/default
# docker machine name
export DOCKER_MACHINE_NAME=default
# check for TLS certificate.
export DOCKER_TLS_VERIFY=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment