|

之前docker都可以用,在上边跑了几个应用结果看到有更新就顺手更新了docker,现在完全用不了,启动服务勾选上后按确定就变成没勾选状态
重启服务器情况一样,SSH登录进去
root@U-NAS:/# docker ps
bash: docker: command not found
root@U-NAS:/# systemctl status docker.service
● docker.service - LSB: Create lightweight, portable, self-sufficient containers.
Loaded: loaded (/etc/init.d/docker; generated; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-02-07 19:35:08 CST; 22s ago
Docs: man:systemd-sysv-generator(8)
Process: 1016 ExecStart=/etc/init.d/docker start (code=exited, status=1/FAILURE)
CPU: 23ms
Feb 07 19:35:08 U-NAS systemd[1]: Starting LSB: Create lightweight, portable, self-sufficient containers....
Feb 07 19:35:08 U-NAS docker[1016]: /usr/bin/dockerd not present or not executable ... failed!
Feb 07 19:35:08 U-NAS systemd[1]: docker.service: Control process exited, code=exited status=1
Feb 07 19:35:08 U-NAS systemd[1]: Failed to start LSB: Create lightweight, portable, self-sufficient containers..
Feb 07 19:35:08 U-NAS systemd[1]: docker.service: Unit entered failed state.
Feb 07 19:35:08 U-NAS systemd[1]: docker.service: Failed with result 'exit-code'.
请问如何解决?
|
|