How Look For Large Log Files In Docker sudo find /var/lib/docker -type f -name "*json.log" -exec du -h {} \; | sort -hr Previous Next