在Antergos(Arch Linux)上启动Docker错误

时间:2019-01-17 15:36:56

标签: docker archlinux antergos

我已经在Antergos(Arch Linux)上安装了docker,并遵循了以下指南:https://gist.github.com/simonhoye/3b7312c05a449cd9073f9dc9265f5213

但是当我执行sudo sysytemctl 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; enabled; vendor pres>
   Active: failed (Result: exit-code) since Thu 2019-01-17 16:28:01 CET; 5s ago
     Docs: https://docs.docker.com
  Process: 17013 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAI>
 Main PID: 17013 (code=exited, status=1/FAILURE)

ene 17 16:28:01 t480 systemd[1]: docker.service: Service RestartSec=100ms expir>
ene 17 16:28:01 t480 systemd[1]: docker.service: Scheduled restart job, restart>
ene 17 16:28:01 t480 systemd[1]: Stopped Docker Application Container Engine.
ene 17 16:28:01 t480 systemd[1]: docker.service: Start request repeated too qui>
ene 17 16:28:01 t480 systemd[1]: docker.service: Failed with result 'exit-code'.
ene 17 16:28:01 t480 systemd[1]: Failed to start Docker Application Container E>`

我不知道发生了什么...因为该指南和遵循的步骤非常简单。

1 个答案:

答案 0 :(得分:0)

可能由于多种原因,所以我列出了一些常见的

  • / var / log / syslog 中查找更多信息。
  • 如果您删除 / var / lib / docker ,则会丢失现有映像,但它适用于许多人
    • 这样做只是擦除了您所有的docker数据,相当于“恢复出厂设置”。
  • 这也可能是由于缺少内核模块 aufs
  • 删除可能是由于 docker服务关闭而创建的 /var/run/docker.sock 目录