Files
docker-cli/man/src/search.md
Sebastiaan van Stijn 4fc3f0e6f6 search: deprecate "is-automated" filter and "IsAutomated" field
The IsAutomated field is being deprecated by Docker Hub's search API and
will always be "false" in future.

This patch:

- Deprecates the field and the related "is-automated" filter
- Removes the "AUTOMATED" column from the default output of "docker search"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-09 12:11:05 +02:00

707 B

Search Docker Hub for images that match the specified TERM. The table of images returned displays the name, description (truncated by default), number of stars awarded, whether the image is official, and whether it is automated.

Filter

Filter output based on these conditions:

  • stars=
  • is-automated=(true|false) (deprecated)
  • is-official=(true|false)

EXAMPLES

Search Docker Hub for ranked images

Search a registry for the term 'fedora' and only display those images ranked 3 or higher:

$ docker search --filter=stars=3 fedora
NAME      DESCRIPTION                        STARS     OFFICIAL
fedora    Official Docker builds of Fedora   1150      [OK]