Loading...
Playbook
Follow a safe cleanup order and prevent recurrence with rotation.
Largest directories
du -h /var/log /tmp --max-depth=1 | sort -hr | head -n 10Largest files
find /var/log -type f -size +100M -print0 | xargs -0 ls -lhDocker cleanup
docker system df
docker system prune -f