1
0
mirror of https://github.com/docker/cli.git synced 2025-08-07 00:42:41 +03:00

Add reference filter to the list of available filters

The `reference` filter is documented in the file, but is not present
in the list of available filters.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2017-03-21 15:58:12 +01:00
committed by Tibor Vass
parent 3e4d1cacf4
commit d42d6b7939
2 changed files with 2 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ The currently supported filters are:
* label (`label=<key>` or `label=<key>=<value>`)
* before (`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`) - filter images created before given id or references
* since (`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`) - filter images created since given id or references
* reference (pattern of an image reference) - filter images whose reference matches the specified pattern
#### Show untagged images (dangling)