mirror of
https://github.com/docker/cli.git
synced 2026-01-22 03:22:01 +03:00
images filter: remove the redundant inverted filter
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Upstream-commit: e31bafdc7a
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
713e0d074a
commit
0ddbd168fe
@@ -687,7 +687,6 @@ The filtering flag (-f or --filter) format is of "key=value". If there are more
|
||||
than one flag, then either semi-colon delimit (";"), or pass multiple flags.
|
||||
|
||||
Current filters:
|
||||
* tagged (boolean - true or false)
|
||||
* untagged (boolean - true or false)
|
||||
|
||||
|
||||
@@ -697,7 +696,7 @@ Filtering for untagged images
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo docker images --filter "tagged=false"
|
||||
$ sudo docker images --filter "untagged=true"
|
||||
|
||||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
|
||||
<none> <none> 8abc22fbb042 4 weeks ago 0 B
|
||||
|
||||
Reference in New Issue
Block a user