0
点赞
收藏
分享

微信扫一扫

docker启动报错

茗越 2023-05-28 阅读 59

问题: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)

解决方式:

修改 /etc/sysconfig/selinux 文件的 SELINUX=disabled


举报

相关推荐

0 条评论