- 积分
- 7
贡献47
飞刀8 FD
注册时间2023-12-1
在线时间1 小时
扫一扫,手机访问本帖
|
根据RK3568开发板应用手册,安装docker-ce,到最后安装的步骤报错,docker无法启动。试了不少方法,还没找到问题。
Installing new version of config file /etc/default/docker ...
Installing new version of config file /etc/init.d/docker ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "restart" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2024-01-08 10:55:41 CST; 21ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 19500 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited,
Main PID: 19500 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:24.0.7-1~ubuntu.20.04~focal) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
-
-
log.rar
1.77 KB, 下载次数: 2, 下载积分: 贡献 1
docker日志
|