docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this k

环境:Centos7

命令:systemctl start docker

   systemctl status docker.service

解决方案:

  意思是此linux的内核中的SELinux不支持 overlay2 graph driver

  重新编辑docker配置文件:

    vi /etc/sysconfig/docker

docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this k

    改为:

docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this k

 

 

docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this k

 

相关文章: