-
Notifications
You must be signed in to change notification settings - Fork 86
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 install on ARM6 (Raspberry PI 1 and Old Pi W) fails #490
Comments
I'm having the exact same issue with the same log outputs. I'm running a Raspberry Pi 3 with four Raspberry Pi Zeros via a Clusterhat. Docker installed and runs on the Pi 3 just fine. The Pi Zeros (v. 1.2) core dumps when docker attempts to start. |
Thanks for reporting! This looks to be a duplicate of moby/moby#38175, which has some more information. It appears to be that there's a packaging issue in the builds for the 18.09 release. The packaging team is looking at getting that fixed for a 18.09.1 patch release, but in the meantime, you can install the previous (18.06.1) version of docker, which should work (see moby/moby#38175 (comment)). Please subscribe to moby/moby#38175 I'm locking the conversation on this ticket so that the discussion doesn't diverge, but feel free to participate in the issue I linked to. (I'll keep this issue opened, because it's not resolved yet, and so that it's easier to find for people) |
This should be resolved now with the container.io_1.2.10-2 package; moby/moby#38175 (comment)
|
Appreciate any help with this, I've left as much detail below as I can, but if there is something needed I've missed please let me know!
Expected behavior
Docker/dockerd is able to run after install
Actual behavior
Install completes but docker fails to start
Steps to reproduce the behavior
Install latest raspbian lite image on either:
Raspberry pi zero w v1.1
Raspberry pi 1 2011.12
Do sudo apt-get update on either
Do sudo apt-get upgrade
Use curl and execute docker install script via:
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
Give pi user docker group access
sudo usermod -aG docker pi
Run hello-world docker container via:
docker run hello-world
Output of
docker version
:Output of
docker info
:Output of
systemctl start docker
:The text was updated successfully, but these errors were encountered: