Created
February 8, 2014 09:25
-
-
Save toyama0919/8879970 to your computer and use it in GitHub Desktop.
dockerがmacに対応したのでインストール ref: http://qiita.com/toyama0919/items/b4249d910a5ece927208
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 tap homebrew/binary | |
brew install docker |
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
docker pull centos |
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
docker run -i -t centos /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment