1.systemctl docker start 启动失败
yum 卸载重装 无用
重启虚拟机 无用
使用systemctl status docker.service查看结果
● docker.service - docker application container engine
loaded: loaded (/etc/systemd/system/docker.service; disabled; vendor preset: disabled)
active: failed (result: start-limit) since sun 2022-11-13 03:01:32 pst; 10s ago
docs: https://docs.docker.com
process: 4652 execstart=/usr/bin/dockerd -h fd:// -s overlay2 (code=exited, status=1/failure)
main pid: 4652 (code=exited, status=1/failure)
nov 13 03:01:31 bogon systemd[1]: docker.service: main process exited, code=exited, status=1/failure
nov 13 03:01:31 bogon systemd[1]: failed to start docker application container engine.
nov 13 03:01:31 bogon systemd[1]: unit docker.service entered failed state.
nov 13 03:01:31 bogon systemd[1]: docker.service failed.
nov 13 03:01:32 bogon sy
发表评论