美文网首页
docker 报错 Job for docker.service

docker 报错 Job for docker.service

作者: 名白 | 来源:发表于2018-07-10 16:15 被阅读0次
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

      本文链接:https://www.haomeiwen.com/subject/ayfqpftx.html