Last active
December 8, 2015 16:46
-
-
Save erangaeb/2e0a1c342045ef9a6def to your computer and use it in GitHub Desktop.
Install older version of docker, boot2docker in osx
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
# search the version | |
brew search docker | |
# install specific version | |
# brew version are in https://github.com/Homebrew/homebrew-versions | |
brew install homebrew/versions/docker162 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment