Skip to content

Instantly share code, notes, and snippets.

@kitwalker12
Created June 19, 2015 17:58
Show Gist options
  • Save kitwalker12/5726d0a4f45871acca73 to your computer and use it in GitHub Desktop.
Save kitwalker12/5726d0a4f45871acca73 to your computer and use it in GitHub Desktop.
Docket Setup OSX
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