Created
September 4, 2019 13:03
-
-
Save danielvaughan/eca492f45672826ce20da9a841c58dac 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
#!/usr/bin/env bash | |
brew cask install minishift | |
brew install hyperkit | |
brew install docker-machine-driver-hyperkit | |
sudo chown root:wheel /usr/local/bin/docker-machine-driver-hyperkit && sudo chmod u+s /usr/local/bin/docker-machine-driver-hyperkit | |
minishift start --vm-driver hyperkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment