Docker 报错
Docker 启动或者重启时报以上两个错误:
Error starting daemon: Devices cgroup isn't mounted
Error response from daemon: Cannot restart container rsnmp_v4: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for devices not found\"": unknown
问题都是 cgroup
未挂载。可以通过下面脚本修复。
修复 Docker 启动或者重启报 cgroup 问题
参考链接:https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount
1 |
|
检查 Docker 配置脚本
1 |
|
---本文结束感谢您的阅读。微信扫描二维码,关注我的公众号---
本文作者:
Peng Yang
本文链接: https://www.yp14.cn/2020/10/11/推荐两个Docker配置检查与启动异常修复方法脚本/
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!
本文链接: https://www.yp14.cn/2020/10/11/推荐两个Docker配置检查与启动异常修复方法脚本/
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!