-
-
Save wanderindev/18fa74a9b2fa8c2d75317f38be2de9e3 to your computer and use it in GitHub Desktop.
This file contains 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
# 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