Last active
October 29, 2021 10:29
-
-
Save halvards/7cf5c2061bfebc84e6fd74abf70410c5 to your computer and use it in GitHub Desktop.
Use the Docker CLI client with Minikube and HyperKit on macOS
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
# Docker Desktop not required | |
brew install docker hyperkit minikube | |
minikube start --driver=hyperkit | |
# or persistent: minikube config set driver hyperkit | |
eval $(minikube docker-env) | |
# docker build/run away |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment