Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Last active May 22, 2020 12:19
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 andreasvirkus/0c4346c7d658783c75034cafcd67d935 to your computer and use it in GitHub Desktop.
Save andreasvirkus/0c4346c7d658783c75034cafcd67d935 to your computer and use it in GitHub Desktop.
brew install docker docker-machine$ brew cask install virtualbox
docker-machine create --driver virtualbox default
docker-machine env default
eval "$(docker-machine env default)"
docker run hello-world
docker-machine stop default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment