Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/manuals/build/cache/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down