mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-20 02:08:03 +08:00
docs: reference docs updates
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:

committed by
Sebastiaan van Stijn

parent
ca0f5dabea
commit
c46407b2d3
@@ -1,19 +1,23 @@
|
||||
# buildx prune
|
||||
|
||||
```
|
||||
Usage: docker buildx prune
|
||||
|
||||
Remove build cache
|
||||
|
||||
Options:
|
||||
-a, --all Remove all unused images, not just dangling ones
|
||||
--builder string Override the configured builder instance
|
||||
--filter filter Provide filter values (e.g. 'until=24h')
|
||||
-f, --force Do not prompt for confirmation
|
||||
--keep-storage bytes Amount of disk space to keep for cache
|
||||
--verbose Provide a more verbose output
|
||||
docker buildx prune
|
||||
```
|
||||
|
||||
## Description
|
||||
<!---MARKER_GEN_START-->
|
||||
Remove build cache
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| `-a`, `--all` | Remove all unused images, not just dangling ones |
|
||||
| `--builder string` | Override the configured builder instance |
|
||||
| `--filter filter` | Provide filter values (e.g. 'until=24h') |
|
||||
| `-f`, `--force` | Do not prompt for confirmation |
|
||||
| `--keep-storage bytes` | Amount of disk space to keep for cache |
|
||||
| `--verbose` | Provide a more verbose output |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
||||
Remove build cache
|
||||
|
Reference in New Issue
Block a user