Windows下安装Docker,参见:使用Boot2Docker来使用Docker(toolbox在Windows下安装Docker)
在linux上安装, the Docker client, the Docker daemon, and any containers 会执行运行在本机上. 这意味着可以Docker container 可以使用直接使用本地地址,例如localhost:8000
、0.0.0.0:8376。
In an OS X installation, the docker
daemon is running inside a Linux VM called default
. The default
is a lightweight Linux VM made specifically to run the Docker daemon on Mac OS X. The VM runs completely from RAM, is a small ~24MB download, and boots in approximately 5s. 和windows类似,Docker 在mac os x也是借助linux虚拟机来运行的。
安装
去https://www.docker.com/toolbox下载mac版
或者去https://github.com/boot2docker/osx-installer/releases下载
安装截图:
比windows下安装快多了。
the Docker Quickstart Terminal
在launchPad里运行Quickstart,
为什么IP都和windows一样:192.168.99.100
连接Docker主机:
拉取,查看,运行镜像:
root@f229f2406660:/#
docker官方安装文档:https://docs.docker.com/installation/mac/