Skip to content

Instantly share code, notes, and snippets.

@mdutkin
Created June 7, 2018 06:59
Show Gist options
  • Save mdutkin/4c8e11af0e72d236b178ff6cadc9e080 to your computer and use it in GitHub Desktop.
Save mdutkin/4c8e11af0e72d236b178ff6cadc9e080 to your computer and use it in GitHub Desktop.
install docker with virtualbox driver
# 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