Created
January 6, 2017 13:55
-
-
Save rhuss/035f955dec3828e696112eb640be4ab4 to your computer and use it in GitHub Desktop.
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
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