What is the difference between Hass.io & a docker install

Install docker-compose
Then I use this docker-compose file:
https://github.com/lolouk44/homeassistant/blob/master/docker-compose.yml
Note I’m also using Grafana and InfluxDB. Just ignore these if you don’t want them. If you want them,this is a great guide:

then to start HA I simply write: docker-compose up -d in the terminal from the folder docker-compose.yml is located
you may want to use something like portainer to manager your docker containers.
Check this post that has loads of good resources:

1 Like