Hi everyone,
I’m trying to install Home Assistant on an embedded controller using Docker, but I’m running into issues starting the Docker daemon. The goal is to run Home Assistant inside a container, but Docker itself fails to start properly.
Device details:
- Gocontroll moduline mini
- Debian 13
- Kernel 6.12.58
When I check the service status, I get this error:
systemctl status docker.service
× docker.service - Docker Application Container Engine
Loaded: error (Reason: Unit docker.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy)
Active: failed (Result: exit-code)
TriggeredBy: × docker.socket
Main PID: 1483 (code=exited, status=1/FAILURE)
Start request repeated too quickly. Failed with result 'exit-code'.
It seems like the Docker daemon never starts, possibly due to something in the kernel or missing dependencies. Even if I wait for a longer period it says start repeated to quickly.
Has anyone successfully run Home Assistant (or Docker in general) on an embedded Linux platform like this? Any hints on required kernel modules, cgroups configuration, or other dependencies would be greatly appreciated.
Thanks in advance!