Skip to content

Commit 752b04e

Browse files
committed
renew docs
Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
1 parent d50cd11 commit 752b04e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/reference/buildx_prune.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ Remove build cache
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:------------------------|:---------|:--------|:-----------------------------------------------|
14-
| `-a`, `--all` | `bool` | | Include internal/frontend images |
15-
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
16-
| `-D`, `--debug` | `bool` | | Enable debug logging |
17-
| `--filter` | `filter` | | Provide filter values (e.g., `until=24h`) |
18-
| `-f`, `--force` | `bool` | | Do not prompt for confirmation |
19-
| `--max-storage` | `bytes` | `0` | Maximum amount of disk space to keep for cache |
20-
| `--min-storage` | `bytes` | `0` | Minimum amount of disk space to keep for cache |
21-
| `--verbose` | `bool` | | Provide a more verbose output |
12+
| Name | Type | Default | Description |
13+
|:------------------------|:-----------|:--------|:---------------------------------------------------------------------|
14+
| `-a`, `--all` | `bool` | | Include internal/frontend images |
15+
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
16+
| `-D`, `--debug` | `bool` | | Enable debug logging |
17+
| `--filter` | `filter` | | Provide filter values (e.g., `until=24h`) |
18+
| `-f`, `--force` | `bool` | | Do not prompt for confirmation |
19+
| `--max-storage` | `bytes` | `0` | Maximum amount of disk space to keep for cache |
20+
| `--min-storage` | `bytes` | `0` | Minimum amount of disk space to keep for cache |
21+
| `--timeout` | `duration` | `20s` | Override the default global timeout (as duration, for example 1m20s) |
22+
| `--verbose` | `bool` | | Provide a more verbose output |
2223

2324

2425
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)