注意:目前,Docker只支持64位的操作系统。
1、安装:
brew install docker
2、启动服务:
docker daemon &
sudo apt-get install -y docker.io
sudo service docker start