Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新9.21版本docker无法启动。 #54

Closed
yulinsoft opened this issue Sep 23, 2022 · 18 comments
Closed

最新9.21版本docker无法启动。 #54

yulinsoft opened this issue Sep 23, 2022 · 18 comments

Comments

@yulinsoft
Copy link

最新9.21版本docker无法启动。删掉的9.18版本也无法启动docker。现在用9.14版可以正常启动docker。

@bh9fxk
Copy link

bh9fxk commented Sep 25, 2022

docker和iptables不兼容
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
sudo systemctl restart docker.service

@hzyitc
Copy link
Owner

hzyitc commented Sep 25, 2022

请贴错误日志。

我这边能正常启动docker。

@yulinsoft
Copy link
Author

yulinsoft commented Sep 26, 2022

我用的是流量宝盒,S805、512M内存,修改了dtb和启动脚本,用的是jammy_current版本。9.14版本可以正常启动docker。9.18和9.21版本不知有什么改动,其它都正常,就是docker启动不了,当时也看了日志,没提示什么具体错误。既然玩客云正常,请关闭这个反馈。

@Yellow-Fitz
Copy link

我用的是流量宝盒,S805、512M内存,修改了dtb和启动脚本,用的是jammy_current版本。9.14版本可以正常启动docker。9.18和9.21版本不知有什么改动,其它都正常,就是docker启动不了,当时也看了日志,没提示什么具体错误。既然玩客云正常,请关闭这个反馈。

您好,能分享一下流量宝盒的固件嘛?我想拿来跑跑docker?谢谢

@FrankLiangCN
Copy link

FrankLiangCN commented Sep 30, 2022

docker无法启动的日志

root@onecloud:~# systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2022-09-30 17:54:13 CST; 13s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 16957 ExecStart=/usr/sbin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock $DOCKER_OPTS (code=exited, status=1/FAILURE)
Main PID: 16957 (code=exited, status=1/FAILURE)
CPU: 399ms

Sep 30 17:54:13 onecloud systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Sep 30 17:54:13 onecloud systemd[1]: Stopped Docker Application Container Engine.
Sep 30 17:54:13 onecloud systemd[1]: docker.service: Start request repeated too quickly.
Sep 30 17:54:13 onecloud systemd[1]: docker.service: Failed with result 'exit-code'.
Sep 30 17:54:13 onecloud systemd[1]: Failed to start Docker Application Container Engine.
root@onecloud:~# service docker start
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.

@hzyitc
Copy link
Owner

hzyitc commented Oct 1, 2022

journalctl -xe里面找一下docker相关的log。

如果还是没有的话,手动跑一下/usr/sbin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock $DOCKER_OPTS,看看提示什么错误。

@ahhbsz
Copy link

ahhbsz commented Oct 5, 2022

最新9.21版本docker无法启动。删掉的9.18版本也无法启动docker。现在用9.14版可以正常启动docker。

你好,请问流量宝盒怎么刷入?

@ahhbsz
Copy link

ahhbsz commented Oct 5, 2022

我用的是流量宝盒,S805、512M内存,修改了dtb和启动脚本,用的是jammy_current版本。9.14版本可以正常启动docker。9.18和9.21版本不知有什么改动,其它都正常,就是docker启动不了,当时也看了日志,没提示什么具体错误。既然玩客云正常,请关闭这个反馈。

您好,能分享一下流量宝盒的固件嘛?我想拿来跑跑docker?谢谢

请问你的流量宝盒刷成功了吗?

@yulinsoft
Copy link
Author

成功了,可以docker青龙。
Screenshot_2022-10-05-13-59-27-742_com sonelli juicessh

@Yellow-Fitz
Copy link

成功了,可以docker青龙。 Screenshot_2022-10-05-13-59-27-742_com sonelli juicessh

可以分享一下固件或者教一下如何修改dtb这些嘛?谢谢

@ahhbsz
Copy link

ahhbsz commented Oct 5, 2022

刷的哪个?有简单的步骤吗?

@yulinsoft
Copy link
Author

恩山有线刷包,我用的是自己改的,还在测试中。

@ahhbsz
Copy link

ahhbsz commented Oct 5, 2022

谢谢。希望测好能分享下。

@Shiraha-cloud
Copy link

docker无法启动的日志

root@onecloud:~# systemctl status docker.service ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2022-09-30 17:54:13 CST; 13s ago TriggeredBy: ● docker.socket Docs: https://docs.docker.com Process: 16957 ExecStart=/usr/sbin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock $DOCKER_OPTS (code=exited, status=1/FAILURE) Main PID: 16957 (code=exited, status=1/FAILURE) CPU: 399ms

Sep 30 17:54:13 onecloud systemd[1]: docker.service: Scheduled restart job, restart counter is at 3. Sep 30 17:54:13 onecloud systemd[1]: Stopped Docker Application Container Engine. Sep 30 17:54:13 onecloud systemd[1]: docker.service: Start request repeated too quickly. Sep 30 17:54:13 onecloud systemd[1]: docker.service: Failed with result 'exit-code'. Sep 30 17:54:13 onecloud systemd[1]: Failed to start Docker Application Container Engine. root@onecloud:~# service docker start Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

我和你一样的问题,错误代码也一样,请问现在解决了吗

@liquehuo
Copy link

我也是这样 ,怎么弄 大哥们 ? 直刷的最新的包 22 11 18

@ahhbsz
Copy link

ahhbsz commented Nov 30, 2022 via email

@ag598
Copy link

ag598 commented Dec 1, 2022

各位大侠,怎么解决docker无法启动的问题?

@hzyitc
Copy link
Owner

hzyitc commented Feb 28, 2023

armbian#4264 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants