1. yum install docker
    Linux安装docker报错Job for docker.service failed because the control process exited with error code
  2. 查看版本报错:docker version
    Linux安装docker报错Job for docker.service failed because the control process exited with error code
    3.查看问题:systemctl status docker.service
    具体原因是:是由于docker不支持图像内核驱动,SELinux不支持这个内核上的OrthALA2图形驱动程序
    Linux安装docker报错Job for docker.service failed because the control process exited with error code4. 进入修改:vim /etc/sysconfig/docker
    把OPTIONS一行改为:OPTIONS=’–selinux-enabled=false --log-driver=journald --signature-verification=false’(图中是修改后的,就是在原基础加了个false)
    Linux安装docker报错Job for docker.service failed because the control process exited with error code5. 启动:systemctl start docker
    并查看:docker version
    成功!
    Linux安装docker报错Job for docker.service failed because the control process exited with error code优秀的博主链接:https://blog.csdn.net/yangqinfeng1121/article/details/83374477

相关文章:

  • 2021-04-12
  • 2022-12-23
  • 2021-07-21
  • 2021-12-24
  • 2021-04-19
  • 2021-07-23
  • 2021-10-30
  • 2021-09-27
猜你喜欢
  • 2021-11-15
  • 2021-07-31
  • 2022-12-23
  • 2021-07-28
  • 2021-08-30
相关资源
相似解决方案