问题
参考网上文章给 Docker 换源之后,再次启动报错,如下:
[root@localhost ~]# service docker start
Redirecting to /bin/systemctl start docker.service
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
[root@localhost ~]# systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sat 2024-05-25 00:14:24 CST; 18s ago
Docs: https://docs.docker.com
Process: 6975 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 6975 (code=exited, status=1/FAILURE)
May 25 00:14:22 localhost.localdomain systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE
May 25 00:14:22 localhost.localdomain systemd[1]: