@SolarPunker@slrpnk.net to Linux@lemmy.ml • 1 month agoI freed 30GB using Filelightslrpnk.netimagemessage-square61fedilinkarrow-up1336arrow-down114file-text
arrow-up1322arrow-down1imageI freed 30GB using Filelightslrpnk.net@SolarPunker@slrpnk.net to Linux@lemmy.ml • 1 month agomessage-square61fedilinkfile-text
minus-squareEager EaglelinkfedilinkEnglish22•1 month agolast 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.
minus-square@folekaule@lemmy.worldlinkfedilink7•1 month agoI create a cron job with something like: docker system prune -af --filter="until=XXh" where XX is on the order of a few days.
minus-squareEager EaglelinkfedilinkEnglish2•1 month agoah, this filter by timestamp might be very useful to me, thanks
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