docker search --limit 10 nginx

Category: Docker

docker search --limit 10 nginx

Search Docker Hub limiting results

Queries Docker Hub for images matching nginx and shows the first 10. --limit caps the result count; the default returns more. Combine with --filter is-official=true for curated images.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.