Skip to content

Instantly share code, notes, and snippets.

@d1rk
Created March 9, 2014 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save d1rk/9450659 to your computer and use it in GitHub Desktop.
Save d1rk/9450659 to your computer and use it in GitHub Desktop.
install docker on osx
cd
brew update
brew install phinze/cask/brew-cask
brew cask install virtualbox
brew install boot2docker
boot2docker init
boot2docker up
export DOCKER_HOST=tcp://localhost:4243
brew install docker
docker version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment