Skip to content

Commit

Permalink
renew docs
Browse files Browse the repository at this point in the history
Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
  • Loading branch information
avoidik committed Oct 3, 2024
1 parent 1b49854 commit 5164820
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/reference/buildx_prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ Remove build cache

### Options

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


<!---MARKER_GEN_END-->
Expand Down

0 comments on commit 5164820

Please sign in to comment.