Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nagawaka/d10138049760f9a3c31caf1fc1df0df4 to your computer and use it in GitHub Desktop.
Save nagawaka/d10138049760f9a3c31caf1fc1df0df4 to your computer and use it in GitHub Desktop.
Installing the Docker Toolbox on OS X with brew
brew cask install dockertoolbox
docker-machine create --driver virtualbox default
docker-machine ls
eval $(docker-machine env default)
Put the exports in this eval in your .zshrc or .bashrc if you use bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment