启动docker的时候,报Job for docker.service failed because the control process exited with error code. See "

1.使用systemctl start docker.service的时候启动报错
报错信息: Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.

试了3种方法:1.重点检查docker配置文件daemon.json 看看是不是自己写错了或者是复制错了

2.卸载干净重新安装,其实有时候重装真的能解决很多问题(不建议使用)
3.就是内核的问题 使用 uname -r 查看你的内核是不是低了,内核要在3.10以上

然后启动 systemctl start docker.service 启动成功

启动docker的时候,报Job for docker.service failed because the control process exited with error code. See "