【发布时间】:2015-12-17 11:43:24
【问题描述】:
我刚刚尝试通过instructions from their site 安装 Docker。启动服务后,调用docker version 报告守护程序没有运行。执行ps -ef | grep docker,我可以看到Docker 是使用/usr/bin/docker daemon -H fd:// 运行的。如果我尝试手动运行它,我会得到FATA[0000] No sockets found。
有一个issue about this in Fedora,它建议删除-H fd:// 选项。但我在任何地方都找不到(/etc/init.d/docker、/etc/default/docker 等)。
谁能帮我解决这个问题?
【问题讨论】: