Skip to content

Docker image for running Home Assistant Supervised inside a single container, based on Debian 12 with systemd and Docker.

Notifications You must be signed in to change notification settings

RobinsonLaw/hass-supervised-docker

 
 

Repository files navigation

Home Assistant Supervised in docker

Simple container image based on Debian 12 with systemd and dockerd.

Can be used to run supervised instance of hass.io inside single docker container (as for example inside kubernetes pod).

Run:

docker run -d --name hass --privileged -p 8123:8123 -v $(pwd)/data:/usr/share/hassio qweritos/hass-supervised-docker

Open http://localhost:8123/ and follow the instructions.

Config path: /usr/share/hassio (as it specified in https://github.com/home-assistant/supervised-installer )

About

Docker image for running Home Assistant Supervised inside a single container, based on Debian 12 with systemd and Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.4%
  • Mustache 12.1%
  • Shell 10.5%