Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jeromedalbert/7476f445b7538b488c6ec34b5c4f3da4 to your computer and use it in GitHub Desktop.
Save jeromedalbert/7476f445b7538b488c6ec34b5c4f3da4 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
@y2k-shubham
Copy link

shouldn't it be brew cask install docker-toolbox?

@sytolk
Copy link

sytolk commented May 11, 2020

brew install docker-machine miss me

@SauelAlmonte
Copy link

Sorry for the awkward question but I am a noob and have searching for the answer for "Put the exports in this eval in your .zshrc or .bashrc if you use bash".

Are you able to provide an example? Please? I am using zsh, so I believe I would have to add the "exports" in the .zshrc. Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment