mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
Add filter params description to volume list/prune docs
Description adjusted to the standard seen in other man pages. [CI:DOCS] Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
This commit is contained in:

committed by
Matthew Heon

parent
aa754c7e21
commit
77948c8b44
@ -18,13 +18,15 @@ flag. Use the **--quiet** flag to print only the volume names.
|
||||
|
||||
Volumes can be filtered by the following attributes:
|
||||
|
||||
- dangling
|
||||
- driver
|
||||
- label
|
||||
- name
|
||||
- opt
|
||||
- scope
|
||||
- until
|
||||
| **Filter** | **Description** |
|
||||
| ---------- | ------------------------------------------------------------------------------------- |
|
||||
| dangling | [Dangling] Matches all volumes not referenced by any containers |
|
||||
| driver | [Driver] Matches volumes based on their driver |
|
||||
| label | [Key] or [Key=Value] Label assigned to a volume |
|
||||
| name | [Name] Volume name (accepts regex) |
|
||||
| opt | Matches a storage driver options |
|
||||
| scope | Filters volume by scope |
|
||||
| until | Only remove volumes created before given timestamp |
|
||||
|
||||
#### **--format**=*format*
|
||||
|
||||
|
@ -23,8 +23,10 @@ Do not prompt for confirmation.
|
||||
|
||||
Filter volumes to be pruned. Volumes can be filtered by the following attributes:
|
||||
|
||||
- label
|
||||
- until
|
||||
| **Filter** | **Description** |
|
||||
| ---------- | ------------------------------------------------------------------------------------- |
|
||||
| label | [Key] or [Key=Value] Label assigned to a volume |
|
||||
| until | Only remove volumes created before given timestamp |
|
||||
|
||||
#### **--help**
|
||||
|
||||
|
Reference in New Issue
Block a user