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

Merge pull request #717 from albers/completion-images-2

Improve and fix bash completion for images
This commit is contained in:
Sebastiaan van Stijn
2018-01-27 17:48:49 -08:00
committed by GitHub
2 changed files with 99 additions and 80 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>`)