Mac安装docker

brew update
brew tap phinze/homebrew-cask
brew install brew-cask
brew cask install virtualbox


brew install boot2docker
boot2docker init
boot2docker up


brew install docker
docker version


原文地址:https://www.cnblogs.com/maple42/p/5858325.html