Created
June 7, 2018 06:59
-
-
Save mdutkin/4c8e11af0e72d236b178ff6cadc9e080 to your computer and use it in GitHub Desktop.
install docker with virtualbox driver
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
# assume you've already installed brew | |
brew install docker docker-machine | |
docker-machine create -d virtualbox default | |
docker-machine start default && eval $(docker-machine env default) && docker ps -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment