Job for docker.service failed because the control process exited with error

Posted G_whang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Job for docker.service failed because the control process exited with error相关的知识,希望对你有一定的参考价值。

Docker服务启动报错:Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.

使用命令: systemctl status docker.service
查看启动信息如下状态信息:
在这里插入图片描述
解决: 重装docker
把yum包更新到最新

  sudo yum update

查询安装过的包

   yum list installed | grep docker

删除安装的软件包

sudo yum -y remove docker.x86_64                        
sudo yum -y remove docker-client.x86_64                  
sudo yum -y remove docker-common.x86_64
sudo yum install docker-ce docker-ce-cli containerd.io

以上是关于Job for docker.service failed because the control process exited with error的主要内容,如果未能解决你的问题,请参考以下文章

docker 报错: Job for docker.service failed because the control process exited with error code. See &qu

CentOS启动docker1.13失败(Job for docker.service failed because the control process exited with error cod

docker 启动失败 Job for docker.service failed because the control process exited with error code. See &q

Linux系统Docker启动问题Job for docker.service failed because the control process exited with error code. S

Docker启动报Job for docker.service failed because the control process exited with error code. See “syst

Docker-docke服务启动报错:Job for docker.service failed because the control process exited with error code.