Skip to content

Instantly share code, notes, and snippets.

@wanderindev
Created May 10, 2020 16:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
# 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