Created
June 19, 2015 17:58
-
-
Save kitwalker12/5726d0a4f45871acca73 to your computer and use it in GitHub Desktop.
Docket Setup 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
brew update | |
brew tap phinze/homebrew-cask | |
brew install brew-cask | |
brew cask install virtualbox | |
brew install docker | |
brew install boot2docker | |
#In case the load file is copied incorrectly | |
cp /usr/local/Cellar/boot2docker/1.6.2/homebrew.mxcl.boot2docker.plist ~/Library/LaunchAgents/homebrew.mxcl.boot2docker.plist | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.boot2docker.plist | |
boot2docker init | |
boot2docker up | |
#To connect the Docker client to the Docker daemon, please set the listed environment variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment