-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error starting container on RPI Zero #67
Comments
Thanks Shaun, I'll see if I can get Docker running on one of my Zero's and test it out. In the mean time, do you mind changing your docker compose to this to test? docker_mon:
image: philhawthorne/ha-dockermon:edge
container_name: ha_dockermon
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8126:8126 The |
Hi! I googled further about the error, and seen that people have cleared the error with
I tried this out and it did work, as the container now built, but it was stuck in a restart loop, with nothing in the log Added your suggested code in but sadly after rebuilding the image and container its still giving me the restart loop |
Any updates on this please? |
I installed Docker on my RpiZero over the weekend, and tried to run it. Unfortunately although the docker image is there, when running the container HA-Dockermon doesn't event start. My assumption here is that there is an issue running on the Zero completely, and it most likely won't be supported for the time being 😢 I'll leave this open as "help wanted" if someone wants to take a stab and get it working, but for now running on a Zero won't work. |
Hello @philhawthorne Thank you for testing this out, hopefully someone will be able to get it working! |
fyi, fwiw: Testing today with Raspberry Pi OS on a Pi Zero W, I got exit code 139 with
More details...Ran update in raspbi-config. Then did:
Set up the docker-compose file:
And ran it:
|
When using docker-compose to bring up the container I get the following error
Here is my docker-compose.yml
This config works fine on RPI4 & RPI3
The text was updated successfully, but these errors were encountered: