Open wyqydsyq opened 7 years ago
There's already an option to remove a container if it is stopped.
Indeed, but when you have 20+ containers, manually removing each one can take a while, especially since the UI of this extension appears to be blocked while an operation is in progress.
Sometimes my list of docker containers gets long, especially when doing stuff that creates ephemeral (temporary w/ autogenerated names) containers.
Currently I need to run
docker system prune
to get rid of the dead ones.It would be nice to have a "Remove Stopped" button in the UI for this extension that removes all stopped containers.