/wsl-sh-14.sh Secret
Created
May 10, 2020 16:04
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
export DOCKER_TLS_VERIFY="1" | |
export DOCKER_HOST="tcp://192.168.99.100:2376" | |
export DOCKER_CERT_PATH="C:Usersjfeli.dockermachinemachinesdefault" | |
export DOCKER_MACHINE_NAME="default" | |
export COMPOSE_CONVERT_WINDOWS_PATHS="true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment