Skip to content

Instantly share code, notes, and snippets.

@rhuss
Created January 6, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuss/035f955dec3828e696112eb640be4ab4 to your computer and use it in GitHub Desktop.
Save rhuss/035f955dec3828e696112eb640be4ab4 to your computer and use it in GitHub Desktop.
minishift destroy
sudo rm -rf ~/.minishift
brew uninstall xhyve
brew install --force -HEAD xhyve
brew update docker-machine
brew link --overwrite docker-machine
brew unlink docker-machine-driver-xhyve
brew install docker-machine-driver-xhyve
sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment