Skip to content

Instantly share code, notes, and snippets.

@ueshin
Created August 21, 2014 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ueshin/3f81e7cdb7d60974077c to your computer and use it in GitHub Desktop.
Save ueshin/3f81e7cdb7d60974077c to your computer and use it in GitHub Desktop.
Docker on MacOSX

Docker on MacOSX

brew tap caskroom/cask
brew install brew-cask

brew cask install virtualbox

brew cask install boot2docker

boot2docker init
boot2docker start
# export DOCKER_HOST=tcp://192.168.59.103:2375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment