Last active
September 24, 2016 09:34
-
-
Save 92bondstreet/c1679950940d80dcfc5d04eb0db4a25c to your computer and use it in GitHub Desktop.
Installation of Mac os Docker Beta
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
| brew update && brew cleanup && brew prune | |
| brew cask update && brew cask cleanup | |
| brew install docker | |
| brew cask install docker | |
| open -a docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment