Skip to content

Instantly share code, notes, and snippets.

@j03m
Created April 28, 2015 14:50
Show Gist options
  • Save j03m/4acc586bc9965d2f7237 to your computer and use it in GitHub Desktop.
Save j03m/4acc586bc9965d2f7237 to your computer and use it in GitHub Desktop.
docker via homebrew
brew cask install virtualbox
brew install docker
brew install boot2docker
boot2docker init
boot2docker up
docker run -i -t ubuntu /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment