一,yum安装docker

yum -y install docker

yum 安装docker后 无法启动

启动docker

service docker start

报错:

journalctl -xe

Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel.

Failed to start Docker Application Container Engine.

可以看出错误信息

Error starting daemon: SELinux is not supported with the overlay2 graph ...alse)
此linux的内核中的SELinux不支持 overlay2 graph driver ,解决方法有两个,要么启动一个新内核,要么就在docker里禁用selinux,--selinux-enabled=false

yum 安装docker后 无法启动

 

重启docker

service docker start

docker info

问题解决。


 

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-10-21
  • 2021-08-05
  • 2021-09-04
  • 2021-11-11
相关资源
相似解决方案