Skip to content

Instantly share code, notes, and snippets.

@whyvez
Created February 11, 2016 22:27
Show Gist options
  • Save whyvez/33d8f0975bde61b2d70d to your computer and use it in GitHub Desktop.
Save whyvez/33d8f0975bde61b2d70d to your computer and use it in GitHub Desktop.
dock me up scotty
# install cask
brew install cask
# docker kitchen sink
brew cask install dockertoolbox
#create default virtual box vm
docker-machine create --driver virtualbox default
#set default vm env
eval `docker-machine env default`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment