I have running my home assistant on docker with docker-compose. with lastest homeassistant image from docker hub
Its running fine but I want to use hassctl
But with the config from hassctl it goes wrong I have to specify following line
HASS_EXEC=$VIRTUAL_ENV/bin/hass
But I can’t find hass.
Anayone a idea
When running docker, HA runs in the docker image, so you would have to log in to that, install this program, and run it from there.
But the page specifically says that it is only compatible with other installation methods, so I suspect you will still need to do more work. Most of the commands aren’t relevant to a docker installation anyway.