@[email protected] to [email protected] • 3 months agoI freed 30GB using Filelightslrpnk.netimagemessage-square130fedilinkarrow-up1442arrow-down115file-text
arrow-up1427arrow-down1imageI freed 30GB using Filelightslrpnk.net@[email protected] to [email protected] • 3 months agomessage-square130fedilinkfile-text
minus-square@[email protected]linkfedilink12•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