Skip to content

Commit

Permalink
Merge pull request containers#11318 from jmguzik/volume-ls-prune-docs
Browse files Browse the repository at this point in the history
[CI:DOCS] Add filter params description to volume list/prune docs
  • Loading branch information
openshift-merge-robot authored Aug 26, 2021
2 parents 18da5b0 + 1e6d1e5 commit 70caa63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
16 changes: 9 additions & 7 deletions docs/source/markdown/podman-volume-ls.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 4 additions & 2 deletions docs/source/markdown/podman-volume-prune.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 70caa63

Please sign in to comment.