登录不成功的docker小伙伴出现错误
程序员文章站
2023-03-20 07:58:09
我自己安装docker,启动不成功,报错信息
Error starting daemon: SELinux is not supported with the overlay2 grap...
我自己安装docker,启动不成功,报错信息
Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (--selinux-enabled=false)
意思是说:此linux的内核中的SELinux不支持 overlay2 graph driver ,解决方法有两个,要么启动一个新内核,要么就在docker里禁用selinux,--selinux-enabled=false
重新编辑docker配置文件:
vi /etc/sysconfig/docker
改为:
然后systemctl start docker 就好啦哈哈哈哈
上一篇: 查看apache当前并发访问数和进程数 ApacheLinux(教程)
下一篇: MM眼中的找对象