-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker version creates a docker container per query/command #197
Comments
|
Are you 100% sure you have the right content in that downloaded hass-cli ? ".ror: No such command" is not something I can see how this docker image would outpout. |
I believe it's correct...
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
a few issues when using docker
I actually have to run the command as
./hass-cli
when in same folder. Ubuntu 16.04. So your commandsource <(hass-cli completion zsh)
doesn't work. I triedsource <(./hass-cli completion zsh)
but still can't use autocomplete. I get a lot of errors like:each time I run the command, a new container gets created and never cleaned. This means I can't add the container to watchtower (for auto-updates) as I don't know its name. If I name the container (with
--name hass-cli
for example), then I have to manually remove it first before I can call the command againThanks though. Really looking forward to having it working, looks great
The text was updated successfully, but these errors were encountered: