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 "

相关文章:

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