问题: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
微信扫一扫
问题: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
相关推荐