码迷,mamicode.com
首页 > 系统相关 > 详细

[Docker] Docker Machine intro

时间:2016-04-13 07:07:15      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

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

 

[Docker] Docker Machine intro

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/5385353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!