No Description https://hub.docker.com/r/fphammerle/home-assistant

Fabian Peter Hammerle 823859a729 login at http://localhost:8123 possible 7 years ago
Dockerfile 823859a729 login at http://localhost:8123 possible 7 years ago
README.md 823859a729 login at http://localhost:8123 possible 7 years ago
python-requirements.txt 823859a729 login at http://localhost:8123 possible 7 years ago

README.md

https://www.home-assistant.io/docs/installation/docker/

https://github.com/home-assistant/home-assistant/blob/dev/virtualization/Docker/setup_docker_prereqs

sudo docker build --tag=home-assistant .
sudo docker run --rm --publish=8123:8123 \
    --security-opt=no-new-privileges --cap-drop=all \
    home-assistant