Skip to content

Instantly share code, notes, and snippets.

@wildlarva
Last active June 7, 2019 22:36
Show Gist options
  • Save wildlarva/708def02c5bf4d64efd83342fa131274 to your computer and use it in GitHub Desktop.
Save wildlarva/708def02c5bf4d64efd83342fa131274 to your computer and use it in GitHub Desktop.
A shell environment file to setup a WSL docker environment from minikube
# Usage: source /path-to/minikube-docker-env
eval $(minikube docker-env --shell zsh)
export DOCKER_CERT_PATH=$(wslpath "$DOCKER_CERT_PATH")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment