#No matter-server in the official homeassistant docker image?
1 messages · Page 1 of 1 (latest)
Hi @split nebula , If I read correctly it means that it is expected: "If you run Home Assistant in a container, you can run a Docker image of the Matter server. The requirements and instructions for your host setup are described on that GitHub page."
I suppose that it is a design choice to have a minimal footprint size for the docker image vs the virtual machine?
If you run HAOS (VM) matter server is not part of the HA image either. It's provided as an addon and addons are docker containers.
Basically everything in HAOS is a container. HA itself too.
OK to summarize: when using HA as a docker image all add-ons are docker also. Thanks @split nebula !
Well yes and no. Addons are special docker containers (they need to communicate with supervisor) that are managed by supervisor and supervisor is only part of HAOS.
That does not mean that the software inside those addons cannot run or is not provided as normal docker containers though.