docker重启后容器不启动的原因(启动docker容器命令失败)

ubuntu22.04服务器在使用docker过程中,发现服务器重启或者docker服务重启,所有容器都没法启动,手动启动发现如下,报错信息容器启动报错applyingcgroupconfigur

ubuntu22.04服务器在使用docker过程中,发现服务器重启或者docker服务重启,所有容器都没法启动,手动启动发现如下,报错信息

容器启动报错applying cgroup configuration for process caused mount point for devices not found

docker重启后容器不启动的原因(启动docker容器命令失败)

现将处理过程记录下

编写修复脚本:cgroup.sh

#!/bin/bashif test ! -r \"/etc/rc.local\"; then    sudo sh -c \'echo \"#!/bin/bash\" >/etc/rc.local\'fiif test -z \"$(grep \'mkdir /sys/fs/cgroup/systemd && mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd\' /etc/rc.local)\"then    sudo sh -c \'echo \"mkdir /sys/fs/cgroup/systemd && mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd\" >> /etc/rc.local\'fisudo cp -f init/autorun/rc-local.service /lib/systemd/system/rc-local.servicesudo chmod +x /etc/rc.localsudo systemctl enable rc-local.servicesudo systemctl start rc-local.service

执行脚本: bash cgroup.sh

重启docker服务: systemctl restart docker

本文内容由互联网用户自发贡献,该文观点仅代表作者本人,本站仅供展示。如发现本站有涉嫌抄袭侵权/违法违规的内容,请发送邮件至 97552693@qq.com 举报,一经查实,本站将立刻删除。

给TA打赏
共{{data.count}}人
人已打赏
电脑

dnf计算器最新版本(dnf伤害模拟器手机板)

2024-2-5 17:38:26

电脑

excel一个框里的换行设置(强制换行excel里面哪个键)

2024-2-5 17:38:29

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索