diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2021-05-13 14:39:06 +0200 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2021-05-17 15:56:11 +0200 |
commit | 0d811b23390950d961e431851c2fbe409db493d7 (patch) | |
tree | 23d3ea20cbd338c99f78494bd158e706e750a923 /docs/source | |
parent | fabaa256676d3cfb611f89922ccaf3405718a6f0 (diff) | |
download | podman-0d811b23390950d961e431851c2fbe409db493d7.tar.gz podman-0d811b23390950d961e431851c2fbe409db493d7.tar.bz2 podman-0d811b23390950d961e431851c2fbe409db493d7.zip |
Several shell completion fixes
- fix network filters
- add prune filters
- pod create --share support comma separated namespaces
[NO TESTS NEEDED]
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-volume-ls.1.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-volume-ls.1.md b/docs/source/markdown/podman-volume-ls.1.md index ab3813cca..489057446 100644 --- a/docs/source/markdown/podman-volume-ls.1.md +++ b/docs/source/markdown/podman-volume-ls.1.md @@ -16,7 +16,14 @@ flag. Use the **--quiet** flag to print only the volume names. #### **--filter**=*filter*, **-f** -Filter volume output. +Volumes can be filtered by the following attributes: + +- dangling +- driver +- label +- name +- opt +- scope #### **--format**=*format* |