docker-homeassistant
run home assistant rootless
docker-homeassistant: run home assistant rootless
run home assistant rootless
What the project is
docker-homeassistant is a Dockerfile project hosted on GitHub. Run home assistant rootless Home Assistant (created by home-assistant) is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. The repository is maintained by 11notes and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.
What it offers
The docker-homeassistant repository documents several concrete capabilities that shape how people use it. /homeassistant/etc - Directory of all config and custom files "no-new-privileges=true" "postgres.etc:/postgres/etc" "postgres.var:/postgres/var" "postgres.backup:/postgres/backup" These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.
How to set it up
Getting docker-homeassistant running starts with cloning the source from https://github.com/11notes/docker-homeassistant. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: docker pull 11notes/homeassistant:2026.8.0 docker pull ghcr.io/11notes/homeassistant:2026.8.0 docker pull quay.io/11notes/homeassistant:2026.8.0. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.
License and project status
docker-homeassistant is written primarily in Dockerfile and is released under the MIT license, which sets the terms for reuse and redistribution. The project reports around 23 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/11notes/docker-homeassistant, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.
Editorial conclusion
The docker-homeassistant source lives at https://github.com/11notes/docker-homeassistant under the MIT license and is mainly written in Dockerfile. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.
Community notes