Running with docker-compose on a Raspberry Pi Zero #2311
-
I'm new to RaspberryMatic and trying to follow the wiki instructions to run via docker-compose. After creating a
The search did not find anything version: "3.8"
services:
raspberrymatic:
image: ghcr.io/jens-maus/raspberrymatic:latest
platform: linux/arm 👈 this line
... Disclaimer: At this point I don't know if this is compatible with the kernel modules that had to be installed. Update: The container goes into endless restarts with Does anybody have experience/insights/ideas that could be relevant to run this on a Pi Zero?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sorry, but I fear this won't work simply because we don't build the docker/OCI images for armv6 at all since this IMHO does not make a lot of sense anyway. The Pi zero is way too underpowered to be used as a general purpose docker host these days. And if you really want to use a Pi Zero for homematic/homematicIP services (as a CCU) please use our PiZero images directly so that RaspberryMatic is installed directly on the Pi Zero rather than using a general purpose OS and using docker to virtualize RaspberryMatic. |
Beta Was this translation helpful? Give feedback.
Sorry, but I fear this won't work simply because we don't build the docker/OCI images for armv6 at all since this IMHO does not make a lot of sense anyway. The Pi zero is way too underpowered to be used as a general purpose docker host these days. And if you really want to use a Pi Zero for homematic/homematicIP services (as a CCU) please use our PiZero images directly so that RaspberryMatic is installed directly on the Pi Zero rather than using a general purpose OS and using docker to virtualize RaspberryMatic.