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 code
1、问题描述
启动docker服务: 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、问题解决
1、进入docker目录:cd /etc/docker/
2、修改daemon的类型:mv daemon.json daemon.conf
3、重启docker:systemctl restart docker
我的就是这样解决的。其他百度的方式不行。