DavesCodeMusings / container-central

A minimalist, not quite ready for prime time solution to managing Docker containers.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Container and image pruning #1

Closed DavesCodeMusings closed 2 years ago

DavesCodeMusings commented 2 years ago

The Docker API has POST /containers/prune and POST /images/prune to clean up unused containers and images. This could be added and trigger with a trash can icon or similar on the containers and images pages.

DavesCodeMusings commented 2 years ago

Added API POST /containers/prune, POST /images/prune. Called by containerControl() and imageControl() in client. Triggered by clicking trash can icon.