Pause All App Containers in Emergency
Hi,
In an emergency scenario, I want to pause all running app containers. I don’t think Runtipi currently supports pausing an app — at least, I haven’t seen any option in runtipi-cli.
Is there a way to detect all app containers so that I can pause them? I’m thinking I might be able to identify containers by their labels. As far as I understand, each container created by Tipi has labels like "runtipi.appurn" and "runtipi.managed".
i'd like to confirm these labels.
Any suggestions?
5 Replies
What do you mean by "pause" ? And what would an emergency situation be?
In the tipi gui under "my apps" there is a button for "stop all" and "restart all", which there are cli commands for that to.
I simply mean
docker pause https://docs.docker.com/reference/cli/docker/container/pause/
It suspends all processes in a container.Docker Documentation
docker container pause
There is no such thing in the web ui or in the cli
Then it could be a good idea to integrate this feature on a next version of Runtipi ?
i honestly never wanted to use it. what is your use case here?