博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
#综合实践#通过puppet管理远程docker容器——使用脚本进行管理
阅读量:6000 次
发布时间:2019-06-20

本文共 7069 字,大约阅读时间需要 23 分钟。

hot3.png

114451_IDRV_987833.jpg

使用脚本访问docker容器:

root@docker:~# ./control.sh What you want to do?try input 'help' to get some tips(please input the words in ''): accessPlease input the specific container's name:web1root@050ebb07cf25:/#                   #已经进入docker容器,输入exit退出,不过脚本也会退出

获取帮助信息(不妨多试试其他命令):

root@docker:~# ./control.sh What you want to do?try input 'help' to get some tips(please input the words in ''): help################################################################################################################################                                            The helping information about this script                                           ################################################################################################################################COMMAND                                       INFO                                                                              ################################################################################################################################'status'                                      get the info about the running containers.                                        'access'                                      access the specific contianer.                                                    'manage'                                      manage the contianer,such as 'start','stop' and 'delete'.                         'exit'                                        exit this script.                                                                 'statusa'                                     show the infomation about all containers.                                         'statusl'                                     show the latest infomation about container.                                       ################################################################################################################################MAINCOMMAND                  SUBCOMMAND                  INFO                                                                   ################################################################################################################################'manage'                     'start'                     launch a exist contianer                                               'manage'                     'stop'                      stop a running container                                               'manage'                     'delete'                    detele a not-running container                                         'manage'                     'status'                    get the info about the running containers                              'manage'                     'statusa'                   show the infomation about all containers.                              'manage'                     'statusl'                   show the latest infomation about container.                            ################################################################################################################################What you want to do?try input 'help' to get some tips(please input the words in ''):

stop容器,delete容器,start容器:

stop容器web1:

root@docker:~# ./control.sh What you want to do?try input 'help' to get some tips(please input the words in ''): managePlease input the container name which you want to manage,or 'exit',or 'help'?: statusRunning container:CONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS              PORTS                    NAMES050ebb07cf25        training/webapp:latest   "python app.py"     12 minutes ago      Up 12 minutes       0.0.0.0:2000->5000/tcp   web1                   0ef5d56e4c89        training/webapp:latest   "python app.py"     12 minutes ago      Up 12 minutes       0.0.0.0:1000->5000/tcp   web1/webbase,webbase   Please input the container name which you want to manage,or 'exit',or 'help'?: web1Do you want to 'start' or 'stop' or 'delete' your container?: stopNotice:container is stoppingweb1Please input the container name which you want to manage,or 'exit',or 'help'?:

web1被停掉

start容器web1:

Please input the container name which you want to manage,or 'exit',or 'help'?: web1Do you want to 'start' or 'stop' or 'delete' your container?: startNotice:Please make sure this container is not runningweb1Please input the container name which you want to manage,or 'exit',or 'help'?: statusRunning container:CONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS              PORTS                    NAMES050ebb07cf25        training/webapp:latest   "python app.py"     14 minutes ago      Up 6 seconds        0.0.0.0:2000->5000/tcp   web1                   0ef5d56e4c89        training/webapp:latest   "python app.py"     14 minutes ago      Up 14 minutes       0.0.0.0:1000->5000/tcp   web1/webbase,webbase   Please input the container name which you want to manage,or 'exit',or 'help'?:

web1又启动了

delete容器web1(必须先把它关闭):

Please input the container name which you want to manage,or 'exit',or 'help'?: web1Do you want to 'start' or 'stop' or 'delete' your container?: stopNotice:container is stoppingweb1Please input the container name which you want to manage,or 'exit',or 'help'?: statusRunning container:CONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS              PORTS                    NAMES0ef5d56e4c89        training/webapp:latest   "python app.py"     15 minutes ago      Up 15 minutes       0.0.0.0:1000->5000/tcp   web1/webbase,webbase         #web1被关闭Please input the container name which you want to manage,or 'exit',or 'help'?: web1Do you want to 'start' or 'stop' or 'delete' your container?: deleteNotice:You cannot delete a running container,if the container is running,please stop it first!web1Please input the container name which you want to manage,or 'exit',or 'help'?: statusaAll infomation about containers:\nCONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS                     PORTS                    NAMES0ef5d56e4c89        training/webapp:latest   "python app.py"     17 minutes ago      Up 17 minutes              0.0.0.0:1000->5000/tcp   webbase                 4de1685a386e        training/webapp:latest   "/bin/bash"         37 hours ago        Exited (0) 37 hours ago                             backstabbing_lovelace   c915cb516b02        training/webapp:latest   "python app.py"     37 hours ago        Exited (-1) 37 hours ago                            clever_mccarthy         #没有web1的相关信息了

web1被删除

tips:在manage会话下输入exit,将会返回主会话,再输入一次exit退出脚本:

root@docker:~# ./control.sh What you want to do?try input 'help' to get some tips(please input the words in ''): managePlease input the container name which you want to manage,or 'exit',or 'help'?: exit                #退出manage会话ExitingWhat you want to do?try input 'help' to get some tips(please input the words in ''): exit          #主会话中退出root@docker:~#

这个脚本会不断改进的。

转载于:https://my.oschina.net/hochikong/blog/307899

你可能感兴趣的文章
linux上架设l2tp+ipsec ***服务器
查看>>
Facebook和用户界面会如何扭曲你说的话
查看>>
Android 单元测试用法 简介
查看>>
安卓混合开发之Cordova,NativeWebView两种实现
查看>>
git设置socks代理
查看>>
桶排序
查看>>
石化数字化交付
查看>>
ACER一键恢复系统联想到的备份还原方案
查看>>
如何用windows Live writer 撰写blog
查看>>
RHEL6入门系列之十九,硬盘分区与格式化
查看>>
Ajax在java前台中怎么运用
查看>>
Linux下升级 OpenSSH
查看>>
标准功能模块组件 -- 名片管理组件,C\S 版本的标准用例程序,可以参考权限实现方法...
查看>>
zygote进程图
查看>>
webkit支持跨域的方法
查看>>
ldap快速配置
查看>>
docker之docker-machine用法
查看>>
IIS 7启用static JSON文件能POST方法
查看>>
P5205 【模板】多项式开根
查看>>
微博mini for Windows Phone 8 开发那些事
查看>>