diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2021-05-13 14:39:06 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-06-11 13:06:06 -0400 |
commit | 5ddd76edd02dd59c2306e1ed12ad7ff2001dc38a (patch) | |
tree | 2f899d7e8d2cf7c669b255b6de0bcf62d3a57a54 /docs | |
parent | 2afb5eeab672f6b10cda78f4d6bc152cf1e9a769 (diff) | |
download | podman-5ddd76edd02dd59c2306e1ed12ad7ff2001dc38a.tar.gz podman-5ddd76edd02dd59c2306e1ed12ad7ff2001dc38a.tar.bz2 podman-5ddd76edd02dd59c2306e1ed12ad7ff2001dc38a.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')
-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* |