您的位置:首页 > 运维架构 > Docker

[Docker] Docker Machine intro

2016-04-13 03:08 579 查看
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




List all the 'docker-machine' commons:

docker-machine




Start and stop the docker machine:

docker-machine stop default
docker-machine start default


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: