Skip to content

Commit c0312fe

Browse files
authored
Merge pull request #21584 from rrauenza/patch-1
Update docs gc policy docs to mention that the policies are documented in the buildx prune command
2 parents 2a21432 + 8f3cd44 commit c0312fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/manuals/build/cache/garbage-collection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ cache when the cache size becomes too big, or when the cache age expires. The
1616
following sections describe how you can configure both the size and age
1717
parameters by defining garbage collection policies.
1818

19+
Each of the policy's parameters corresponds with a `docker buildx prune` command line
20+
argument. Details can be found in the
21+
`docker buildx prune` [documentation](/reference/cli/docker/buildx/prune.md).
22+
1923
## Configuration
2024

2125
Depending on the [driver](../builders/drivers/_index.md) used by your builder instance,

0 commit comments

Comments
 (0)