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

Docker daemon is not starting after reboot #9

Open
ahmadbafrani opened this issue Apr 19, 2023 · 4 comments
Open

Docker daemon is not starting after reboot #9

ahmadbafrani opened this issue Apr 19, 2023 · 4 comments

Comments

@ahmadbafrani
Copy link

Hi, I installed docker.ipk and I added an image and everythings is working. But after reboot, daemon is not starting automatically. Can anyone please help me? I searched the web and all are talking about systemctl and systemd, but there is no systemd on my device.

@kevimax
Copy link

kevimax commented Apr 22, 2023

Hi @ahmadbafrani ,

I have the same problem, and I haven't found a solution yet.
I'm trying to run /etc/init.d/cron start with crontab, but I can't reload cron after changing it

@Helmut-Saal
Copy link
Member

Bug is known. We fix this soon.

@ahmadbafrani
Copy link
Author

ahmadbafrani commented Apr 24, 2023

I fixed the issue.
I found a file: /etc/rc.d/disabled/S99_docker
I moved the file to the rc.d folder:

mv /etc/rc.d/disabled/S99_docker /etc/rc.d/S99_docker

Please let me know if this works for you @kevimax.

@Helmut-Saal
Copy link
Member

Helmut-Saal commented Apr 24, 2023

It's not the correct way. I am not in the office, so i can fix it next week.
Easy way for you, use actual Firmware, there is docker inside.
Download from here: https://downloadcenter.wago.com/software
I'm nearly sure, this link you found is inside FW >23 and there is docker inside.........

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

3 participants