You can run home-assistant from docker using the following command:
docker run -p 8123:8123 homeassistant/home-assistant
and access the home-assistant through localhost:8123
Practical guides to AI, computing, modelling, simulation, optimization and quantum computing, featuring hands-on tutorials, experiments and research.
You can run home-assistant from docker using the following command:
docker run -p 8123:8123 homeassistant/home-assistant
and access the home-assistant through localhost:8123
Leave a comment