A non-root multiarch HomeAssistant Docker image with HACS.
386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | riscv64 | s390x |
---|---|---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ | ✖️ | ✖️ |
docker run -p 8123:8123 \
-e DOCKER_UID=`id -u` \
-e DOCKER_GID=`id -g` \
-v /path/to/store/config:/config \
-it padhihomelab/hass
Runs HAss with WebUI served on port 8123.
To run it in background, use the --detach
flag.
Usage with Docker Compose is similarly straightforward.
As an example, you can see my configuration in services/hass.