码迷,mamicode.com
首页 > 其他好文 > 详细

docker 报错: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

时间:2018-07-10 16:48:59      阅读:415      评论:0      收藏:0      [点我收藏+]

标签:etc   docke   journal   emc   process   erro   命令   detail   exit   

centos 启动docker服务报错:

Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

1,create daemon.json in /etc/docker/
2,
put this in it:
{
"exec-root": "/path/to/docker/run",
"storage-driver": "overlay",
"graph": "/path/to/docker/lib"
}

不行再执行提示的命令,查看详细信息。

docker 报错: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

标签:etc   docke   journal   emc   process   erro   命令   detail   exit   

原文地址:https://www.cnblogs.com/mingbai/p/dockererradsfe.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!