From 0dad2499a33e3d76eb4508a52c7449224ee1e10b Mon Sep 17 00:00:00 2001 From: Anders F Björklund Date: Sat, 14 Nov 2020 20:10:57 +0100 Subject: Add support for volume ls --filter label=key=value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supposed to be able to search for labels with a given value. Previously it meant searching for label key and label value: --filter label=key --filter label=value Add some documentation and integration tests for it as well. Signed-off-by: Anders F Björklund --- docs/source/markdown/podman-volume-ls.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/source/markdown') diff --git a/docs/source/markdown/podman-volume-ls.1.md b/docs/source/markdown/podman-volume-ls.1.md index 98c3fae54..48853bdfd 100644 --- a/docs/source/markdown/podman-volume-ls.1.md +++ b/docs/source/markdown/podman-volume-ls.1.md @@ -40,6 +40,8 @@ $ podman volume ls --format json $ podman volume ls --format "{{.Driver}} {{.Scope}}" $ podman volume ls --filter name=foo,label=blue + +$ podman volume ls --filter label=key=value ``` ## SEE ALSO -- cgit v1.2.3-54-g00ecf