问题分析
Error starting daemon: SELinux is not supported with the overlay2 graph …alse)
此linux的内核中的SELinux不支持 overlay2 graph driver
解决方法
要么启动一个新内核,要么就在docker里禁用selinux,–selinux-enabled=false
vi /etc/sysconfig/docker
然后重新启动docker即可。
本文介绍了解决Linux系统中SELinux不支持overlay2图形驱动的问题。提供了两种解决方案:升级内核或在Docker中禁用SELinux。通过修改配置文件/etc/sysconfig/docker并设置–selinux-enabled=false,然后重启Docker服务。
Error starting daemon: SELinux is not supported with the overlay2 graph …alse)
此linux的内核中的SELinux不支持 overlay2 graph driver
要么启动一个新内核,要么就在docker里禁用selinux,–selinux-enabled=false
vi /etc/sysconfig/docker
然后重新启动docker即可。
1万+
1万+

被折叠的 条评论
为什么被折叠?