docker buildx du --verbose

Category: Docker

docker buildx du --verbose

Show detailed build cache usage

du reports how much disk BuildKit cache occupies, per builder by default. --verbose breaks the total down by individual cache entry so you can spot large blobs. Pair with docker buildx prune to reclaim space.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.