回帖:https://hub.docker.com/
https://hub.docker.com/r/linuxserver/homeassistant
Support Info
Shell access whilst the container is running:
docker exec -it homeassistant /bin/bash
To monitor the logs of the container in realtime:
docker logs -f homeassistant
Container version number:
docker inspect -f '{{ index .Config.Labels "build_version" }}' homeassistant
Image version number:
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/homeassistant:latest

