Last active
August 29, 2015 14:24
-
-
Save kitwalker12/488f2e9736c59379f8e9 to your computer and use it in GitHub Desktop.
Getting started with Docker on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Install Brew Cask | |
brew tap caskroom/cask | |
brew install brew-cask | |
#Optional if you don't have virtualbox installed | |
brew cask install virtualbox | |
#install vagrant & vagrant-manager(manage vagrantboxes from Menu bar) | |
brew cask install vagrant | |
brew cask install vagrant-manager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment