-
Notifications
You must be signed in to change notification settings - Fork 452
Description
Is your enhancement related to a problem? Please describe
We've noticed that if you start multiple containers using podman-compose
, that you can just stop all of them at once if all of them are running. However, when one or more of the containers are stopped in the "compose group", then you can only start from the main "compose" section.
Notice in the example below that if the local-redis
container is stopped it only gives a start button at my-services (compose)
, even while local-mysql
is still running.
However, if I start local-redis
, I have an option to stop all containers under my-services (compose)
:
Describe the solution you'd like
Can you please add the option to stop the remaining containers, even if some are already stopped? This could either be a stop button next to the play button, or a stop action in the kebab menu. Ultimately, it would be good to always have the option to start stopped containers, and stop running containers.
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status