使用的是Docker Toolbox,非Docker for Windows 一.docker的认识与安装(windows安装) http://blog.csdn.net/tina_ttl/article/details/51372604 http://www.linuxidc.com/Linux/2016-07/133506.htm 为什么 Docker Toolbox 需要 VirtualBox?Linux 上面可以直接安装 Docker,在 Windows / Mac 需要 Docker
List all the docker machine: docker-machine ls Can check 'ip' and 'status': docker-machine ip default docker-machine status default List the running container we have: docker ps Switch to another docker machine: defualt docker-machine env default Lis