--restart参数
- no 不自动重启
- on-failure:重启次数 指定自动重启的失败次数,到达失败次数后不再重启
- always 自动重启
修改线上容器--restart参数值
docker update --restart=no [容器名]
docker update --restart=always [容器名]
docker update --restart=on-failure:3 [容器名]
--restart参数
修改线上容器--restart参数值
docker update --restart=no [容器名]
docker update --restart=always [容器名]
docker update --restart=on-failure:3 [容器名]
本文标题:docker动态修改--restart参数
本文链接:https://www.haomeiwen.com/subject/mfefzftx.html
网友评论