Docker无法启动

时间:2020-06-04 08:29:41

标签: docker

如果我尝试像这样启动docker服务器:

systemctl start docker

我得到:

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

运行:

systemctl status docker.service

显示:

● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor p>
     Active: failed (Result: exit-code) since Thu 2020-06-04 03:25:10 EDT; 36s >
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
    Process: 84866 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/F>
   Main PID: 84866 (code=exited, status=1/FAILURE)
lines 1-7/7 (END)...skipping...
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Thu 2020-06-04 03:25:10 EDT; 36s ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
    Process: 84866 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
   Main PID: 84866 (code=exited, status=1/FAILURE)

我在Solus linux上并且通常像sudo eopkg install docker一样安装了docker。我应该如何尝试使其正常工作?

1 个答案:

答案 0 :(得分:1)

由于更新,这似乎是Solus linux的特定问题。我通过按照建议的here运行sudo rm -rf /var/lib/docker/overlay来修复它(已跟踪问题here)。