亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

docker批量啟動關閉所有容器的操作

瀏覽:2日期:2024-10-29 18:38:20

docker中

啟動所有的容器命令

docker start $(docker ps -a | awk ’{ print $1}’ | tail -n +2)

docker中

關閉所有的容器命令

docker stop $(docker ps -a | awk ’{ print $1}’ | tail -n +2)

補充:shell批量啟動和刪除docker容器,基于docker toolbox

停止容器

stop.sh#!/bin/bashcontainerIDs='8f78b7e6995b beeae59c6f41 5305c3db3670 bffc551a6b96 61f0fc8b1dc4 8e85a3b7bfe3 d15c4d2dc546 2a3c4eb14584 5e98077acc3a 13bac087b83d'statusLived='live'statusdead='Dead'notExistContainer='None'retryCount=3function GetContainerStatus(){ containerExist=$(docker ps -a | grep -i $1 | wc -l ) if [ ${containerExist} -gt 0 ] then pid=$(docker stats --format '{{.PIDs}}' --no-stream $1 ) if [ '${pid}' != '0' ] then echo '${statusLived}' else echo '${statusdead}' fi else echo '${notExistContainer}' fi}function StopContainer(){ docker stop $1}for containerID in ${containerIDs} do for ((i=1;i<=${retryCount};i++)) do status=$(GetContainerStatus ${containerID} ) echo 'Container ${containerID} status is ${status}' if [ '${status}' == ${statusdead} ] then echo 'Container ${containerID} already stopped' break fi if [ '${status}' == ${notExistContainer} ] then echo 'Container ${containerID} not existed' break fi if [ '${status}' == ${statusLived} ] then echo 'Container ${containerID} is lived ,stop container' StopContainer ${containerID} verifyStatus=$(GetContainerStatus ${containerID} ) if [ '${verifyStatus}' == ${statusdead} ] then echo 'stop container ${containerID} success ' break else echo '${i} retry stop container' StopContainer ${containerID} fi fi donedone

說明:containerIDs里面是你已經建好的,docker容器這里為nginx

docker批量啟動關閉所有容器的操作

把stop.sh放在d:/nginx下面。

docker批量啟動關閉所有容器的操作

docker批量啟動關閉所有容器的操作

過程稍微慢了點,耐心等待。

docker批量啟動關閉所有容器的操作

停止容器成功。

啟動容器

#!/bin/bashcontainerIDs='8f78b7e6995b beeae59c6f41 5305c3db3670 bffc551a6b96 61f0fc8b1dc4 8e85a3b7bfe3 d15c4d2dc546 2a3c4eb14584 5e98077acc3a 13bac087b83d'statusLived='live'statusdead='Dead'notExistContainer='None'retryCount=3function GetContainerStatus(){ containerExist=$(docker ps -a | grep -i $1 | wc -l ) if [ ${containerExist} -gt 0 ] then pid=$(docker stats --format '{{.PIDs}}' --no-stream $1 ) if [ '${pid}' != '0' ] then echo '${statusLived}' else echo '${statusdead}' fi else echo '${notExistContainer}' fi}function StartContainer(){ docker restart $1}for containerID in ${containerIDs} do for((i=1;i<=${retryCount};i++)) do status=$(GetContainerStatus ${containerID} ) echo 'Container ${containerID} status is ${status}' if [ '${status}' == ${statusLived} ] then echo 'Container ${containerID} already running' break fi if [ '${status}' == ${notExistContainer} ] then echo 'Container ${containerID} not existed' break fi if [ '${status}' == ${statusdead} ] then echo 'Container ${containerID} stopped ,start container' StartContainer ${containerID} verifyStatus=$(GetContainerStatus ${containerID} ) if [ '${verifyStatus}' == ${statusLived} ] then echo 'start container ${containerID} success ' break else echo '${i} retry start container' StartContainer ${containerID} fi fi donedone

docker批量啟動關閉所有容器的操作

docker批量啟動關閉所有容器的操作

docker批量啟動關閉所有容器的操作

以上為個人經驗,希望能給大家一個參考,也希望大家多多支持好吧啦網。如有錯誤或未考慮完全的地方,望不吝賜教。

標簽: Docker
相關文章:
主站蜘蛛池模板: 国产a级免费 | 综合图区亚洲 | 国产成人精品免费视频大全办公室 | 性色午夜视频免费男人的天堂 | 国产在线乱码在线视频 | 欧美黑人一级做a爱性色 | 亚洲性图 | 国产亚洲综合一区二区在线 | 久久精品一 | 国产精品美女一区二区 | 性感美女香蕉视频 | 亚洲永久| 黄色在线免费网站 | 欧美日韩一区二区亚洲 | 免费播放美女一级毛片 | 国内自拍 在线播放 网红 | 久久香蕉精品成人 | 一级做a爰片性色毛片思念网 | 2021最新国产成人精品视频 | 色国产精品 | 欧美国产一区二区三区 | 麻豆福利视频 | 欧美精品在线免费 | 亚洲国产欧美国产第一区二区三区 | 欧美成人特黄级毛片 | 亚洲综合亚洲国产尤物 | 国产私拍写真福利视频 | 最新国产精品视频免费看 | 久久青青草原国产精品免费 | 久久久精品久久久久特色影视 | 12306播播影院午夜 | 女人精aaaa片一级毛片女女 | 99re九精品视频在线视频 | 久久91精品国产91久久 | 亚洲综合性图 | 在线观看亚洲网站 | 亚洲精品区在线播放一区二区 | 欧美日韩国产超高清免费看片 | 成人免费真人毛片视频 | 女人被躁的视频在线观看 | 久久99精品久久久久久久野外 |