Skip to content

Instantly share code, notes, and snippets.

@toyama0919
Created February 8, 2014 09:25
Show Gist options
  • Save toyama0919/8879970 to your computer and use it in GitHub Desktop.
Save toyama0919/8879970 to your computer and use it in GitHub Desktop.
dockerがmacに対応したのでインストール ref: http://qiita.com/toyama0919/items/b4249d910a5ece927208
brew update
brew tap homebrew/binary
brew install docker
docker pull centos
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