Skip to content

Instantly share code, notes, and snippets.

@focusj
Created June 4, 2019 10:22
Show Gist options
  • Save focusj/d09f8fa2851fe33393808576995b944b to your computer and use it in GitHub Desktop.
Save focusj/d09f8fa2851fe33393808576995b944b to your computer and use it in GitHub Desktop.
mac install minikube
  1. brew install hyperkit
  2. brew install docker-machine-driver-hyperkit
  3. sudo chown root:wheel /usr/local/bin/docker-machine-driver-hyperkit && sudo chmod u+s /usr/local/bin/docker-machine-driver-hyperkit
  4. brew install minikube
  5. minikube start --logtostderr --vm-driver=hyperkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment