Prebuild home assistant docker imgae based on Alpine Linux (specific for ARM64v8). Contains preinstalled packages.
Build this image
docker build -t herjan/homeassistant .
Next, run this image as daemon.
docker run -d --name homeassistant \
-v ~/homeassistant:/config -p 8080:8123 \
herjan/homeassistant:latest
This build of Home Assistant does not contain all the packages. Only the packages defined in the custom_require.txt. It was not possible to install all the packages because ARM / Alphine / Odroid did not support all require python packages.
This project is licensed under MIT <http://opensource.org/licenses/MIT>
.