当前位置:   article > 正文

解决docker启动报错:Job for docker.service failed because the control process exited with error code

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

1、问题描述

启动docker服务:sudo systemctl restart docker

提示:Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.

2、运行命令:systemctl restart docker

在这里插入图片描述

systemctl status docker
在这里插入图片描述

3、问题解决

1、进入docker目录:cd /etc/docker/

2、修改daemon的类型:mv daemon.json daemon.conf

3、重启docker:systemctl restart docker
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/762513
推荐阅读
相关标签
  

闽ICP备14008679号