Skip to content

Instantly share code, notes, and snippets.

@halvards
Last active October 29, 2021 10:29
Show Gist options
  • Save halvards/7cf5c2061bfebc84e6fd74abf70410c5 to your computer and use it in GitHub Desktop.
Save halvards/7cf5c2061bfebc84e6fd74abf70410c5 to your computer and use it in GitHub Desktop.
Use the Docker CLI client with Minikube and HyperKit on macOS
# 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