Show partially stopped or add ignored exited flag #555
alex3305
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
API, UI Feature
🔖 Feature description
I have a stack with containers that don't always run. However Dockge states that the stacked in 'stopped', which isn't really the case. In fact the stack is partially stopped. But I don't really care that those containers aren't running anymore.
✔️ Solution
I don't really think there is one clear cut solution. At least not one what I could think of. The minimal thing would IMHO be to add a Partially Exited state instead of Exited when there are still running containers. An alternative could be to add a flag to the application so that the Partial Exited state can be ignored.
❓ Alternatives
Currently I just removed the containers, which clears the exited state in
docker compose ls -a
🤷, but that's IMHO just an ugly workaround.📝 Additional Context
Just wanted to let you know that using one-shot Docker containers for something like migrations isn't that uncommon either, which would also yield the Exited state.
Beta Was this translation helpful? Give feedback.
All reactions