One-Click Cleanup for Unused Images and Volumes #13098
guangdawang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
Currently, cleaning up unused Docker resources in Portainer requires going to multiple sections:
This process is time-consuming and repetitive, especially for developers and testers who frequently build and remove containers. What should be a one-click operation currently takes multiple steps across different pages.
Describe the solution you'd like
Add a one-click "Prune" or "Clean Up Unused" button that does what
docker system prune -adoes:-aflag)UI suggestion:
-a(remove all unused images, not just dangling)Describe alternatives you've considered
docker system prune -amanually: not ideal for users who prefer GUI managementAdditional context
This would significantly improve Portainer's usability for daily Docker management, especially on:
Beta Was this translation helpful? Give feedback.
All reactions