docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disabl...nabled=false)

环境: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 kernel. Either boot into a newer kernel or disabl...nabled=false)

    改为:

docker启动报错 :Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disabl...nabled=false)

 

相关文章:

  • 2021-12-08
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-09-08
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2021-06-23
  • 2021-09-05
  • 2021-08-19
  • 2021-07-24
  • 2021-09-07
  • 2021-06-02
  • 2022-12-23
相关资源
相似解决方案