Arda Can Kırkoç

Docker cleanup shouldn’t feel like a ritual

docker cleanup is basically
delete everything and hope nothing breaks

or remembering a bunch of commands like:

docker image prune -a
docker container prune
docker builder prune -a
docker system prune

and still not being fully sure what you’re deleting

I got tired of that and built something that actually shows unused images, containers, and build cache before cleaning anything

curious how others deal with this today 🤔

115 views

Add a comment

Replies

Be the first to comment