Add link to docker buildx prune.

It took me a long time to realize these policies were documented in the buildx prune command itself.
This commit is contained in:
Rich Rauenzahn 2024-12-06 15:35:44 -08:00 committed by Rich Rauenzahn
parent 1e646c273c
commit 8f3cd44087
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ cache when the cache size becomes too big, or when the cache age expires. The
following sections describe how you can configure both the size and age
parameters by defining garbage collection policies.
Each of the policy's parameters corresponds with a `docker buildx prune` command line
argument. Details can be found in the
`docker buildx prune` [documentation](/reference/cli/docker/buildx/prune.md).
## Configuration
Depending on the [driver](../builders/drivers/_index.md) used by your builder instance,