Skip to content

Docker

How do I reset a Docker builder cache?

Quick answer

Run docker buildx prune on the builder, or recreate the builder instance.

The detail that matters

Do this when a corrupted layer causes inexplicable build failures — it is rare, but it happens after an interrupted build.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.