1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Improve bash completion for images

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2017-11-24 18:53:41 +01:00
parent b45a49c83f
commit 5ee3b9b461
2 changed files with 94 additions and 67 deletions

View File

@@ -179,7 +179,7 @@ The currently supported filters are:
* container (`container=<name or id>`)
* daemon (`daemon=<name or id>`)
* event (`event=<event action>`)
* image (`image=<tag or id>`)
* image (`image=<repository or tag>`)
* label (`label=<key>` or `label=<key>=<value>`)
* network (`network=<name or id>`)
* node (`node=<id>`)