我已经在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>`我不知道发生了什么.因为指南和要遵循的步骤非常简单。
发布于 2019-08-27 20:20:16
这可能是由于许多原因,所以我列出了一些常见的原因
有关更多信息,请查看/var/log/syslog内部的
数据,相当于一个“
也可能是因为/var/run/docker.sock目录缺少内核模块,该目录可能是在docker服务关闭down时创建的
https://stackoverflow.com/questions/54239289
复制相似问题