This is for docker. Access shell inside of docker container (hass) through interactive mode. # docker exec -it hass bash Restart docker container hass # docker restart hass Remove unused things # docker system prune
# docker exec -it hass bash
# docker restart hass
# docker system prune