-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Dietpi-Software | Docker fails on ARMv6 (RPi) #3128
Comments
@Sp0rTB4cK Please see the following issue with solution, at least my guess that it is the same: #3126 |
Thank you for your reply. In issue #3126 , a restart fixed the problem. Unfortunately a restart does not bring any success for me. The problem persists. For me it looks as if less docker is the problem but containerd. |
Hmm, there was an issue that the Docker repo did not support ARMv6 in between (indeed making containerd fail), but AFAIK this was solved before the version for Raspbian Buster became stable. Did you install Docker directly on first boot or separately after first run setup and one reboot was finished? In first case I am not sure first why the install even succeeded or if it actually failed and if it succeeded, which kernel version/modules it was built against. What is at least worth to try is to uninstall and reinstall it again one time to assure it is build against the currently loaded kernel version. With v6.26 we changed it a way that the install is skipped if loaded and installed kernel do not match, which should work around the issue. |
I tried both ways. Both the first boot variant and the subsequent installation have the same result. I uninstalled Docker again using dietpi software and reinstalled it. I rebooted between each step. Unfortunately I could not achieve any improvement. I read the comments in the issue you linked and found a working solution: |
@Sp0rTB4cK Hmm, if this is not solved until v6.26 release, I will add this workaround to DietPi-Software as well, but lets hope for the best... |
@Sp0rTB4cK |
I'll verify that in the next days. |
I know, its late, but I've found the time to test it again. Docker works perfectly now. |
@Sp0rTB4cK |
Creating a bug report/issue
Required Information
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
-with root: "docker version" shows some information AND that the docker daemon is not running.
-with dietpi: "docker version" shows some information AND
Extra details
The text was updated successfully, but these errors were encountered: