报错没有挂载点:mountpoint for devices not found 解决方案 docker
发布日期:2021-05-15 04:56:52 浏览次数:24 分类:原创文章

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

在重新构建镜像时报错 Error mounting devices cgroup: mountpoint for devices not found

解决方案:

这个错误为cgroup在宿主机上没有挂载。

## 编辑挂载             vi /etc/fstab## 在结尾添加    tmpfs       /sys/fs/cgroup        cgroup        defaults    0   0## 保存后执行reboot重启服务器

 

上一篇:ThreadPoolExecutor 的构造方法都有哪些参数,分别代表什么意思?
下一篇:使用docker搭建nfs实现容器间共享文件 nfs server nfs client

发表评论

最新留言

很好
[***.229.124.182]2025年05月01日 10时49分50秒