Skip to content

Instantly share code, notes, and snippets.

@p120ph37
Last active March 16, 2016 21:27
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 p120ph37/7ae912d9eaa9b938a7f4 to your computer and use it in GitHub Desktop.
Save p120ph37/7ae912d9eaa9b938a7f4 to your computer and use it in GitHub Desktop.
Docker on OS X via homebrew + virtualbox
# brew cask install virtualbox
brew install docker docker-machine
docker-machine create -d virtualbox default
# docker-machine start
# eval $(docker-machine env)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment