1Panel又不正常了,查看是Docker有问题,因新手小白,请大侠指点解决问题

[root@j5kp ~]# systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/etc/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2024-01-16 13:30:25 CST; 30s ago
Docs: https://docs.docker.com
Process: 108528 ExecStart=/usr/bin/dockerd (code=exited, status=1/FAILURE)
Main PID: 108528 (code=exited, status=1/FAILURE)

1月 16 13:30:25 j5kp systemd[1]: docker.service: Service RestartSec=100ms expired, scheduling restart.
1月 16 13:30:25 j5kp systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
1月 16 13:30:25 j5kp systemd[1]: Stopped Docker Application Container Engine.
1月 16 13:30:25 j5kp systemd[1]: docker.service: Start request repeated too quickly.
1月 16 13:30:25 j5kp systemd[1]: docker.service: Failed with result ‘exit-code’.
1月 16 13:30:25 j5kp systemd[1]: Failed to start Docker Application Container Engine.
1月 16 13:30:31 j5kp systemd[1]: docker.service: Start request repeated too quickly.
1月 16 13:30:31 j5kp systemd[1]: docker.service: Failed with result ‘exit-code’.
1月 16 13:30:31 j5kp systemd[1]: Failed to start Docker Application Container Engine.
[root@j5kp ~]#

journalctl -u docker.service -exf 命令查看一下详细日志,重点关注 error 部分

1 个赞

谢谢指点。我已经把服务器还原到以前没有使用https状态,一切安好了。为了搞好搞晕了好几天,还是没成功。算了,改回去了,恢复到各种浏览器都能访问了,缺点就是不安全。
下一步搞懂了再用吧。
SSH和HTTPS可以使用同一套证书吗?我这里SSH连接是正常的(22端口)