Created
March 9, 2014 16:52
-
-
Save d1rk/9450659 to your computer and use it in GitHub Desktop.
install docker on osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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