And that’s all, I’m happy since I was out of space.
You must log in or register to comment.
last year I had over 1TB freed by docker system prune on a dev VM. If you’re building images often, that’s a mandatory command to run once in a while.
I create a cron job with something like:
docker system prune -af --filter="until=XXh"
where XX is on the order of a few days.prune as fuck
ah, this filter by timestamp might be very useful to me, thanks