Appdaemon on Rpi4 in Docker

Hi

I couldn’t find a lot of information on how to get a docker image for Appdaemon to run on a rpi (4 in my case). The link in the docs seem to point to a no-longer-existing section. The link to dockerhub from a guy who maintained some images goes to a page where the latest image is years old it seems.

Anyone could point me in the right direction?

Thanks

Are you using docker-compose?
Here is the official repo i think

https://hub.docker.com/r/acockburn/appdaemon/

The arch is for amd64 while rpi4 has an armv7 architecture, these docker images won’t work afaik.

Isn’t this the one of the main features of docker that the base system doesn’t matter?
I ran it once on a Raspberry 3, which also has an ARM architecture and not amd64.
Did you try it?

Yes, the architecture of the host system does matter. You get the following error:

standard_init_linux.go:207: exec user process caused "exec format error"

Will build the image myself then, no issue :wink:

Yeah you are totally right. Just found my old Raspberry config and saw that I built the image myself with docker-compose.

Sorry for the misinformation!

Is nobody taking up the baton from torkildr/rpi-appdaemon ? I was hoping someone else would be maintaining an image for RPi by now :frowning: