@SolarPunker@slrpnk.net to Linux@lemmy.ml • 3 months agoI freed 30GB using Filelightslrpnk.netimagemessage-square130arrow-up1438file-text
arrow-up1438imageI freed 30GB using Filelightslrpnk.net@SolarPunker@slrpnk.net to Linux@lemmy.ml • 3 months agomessage-square130file-text
minus-square@folekaule@lemmy.worldlinkfedilink12•3 months 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 EaglelinkfedilinkEnglish4•3 months agoah, this filter by timestamp might be very useful to me, thanks
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.ah, this filter by timestamp might be very useful to me, thanks
prune as fuck