Hi,
I’ve got some docker container. I can kill it an restart from terminal (Supervised on Debian 12) by commands:
sudo docker kill <container name>
sudo docker restart <container name>
And everything work fine.
Question from nub. How can I repeat the above commands from HA automation (shell command, script or what ever) to kill and restart this container?