docker search --format '{{.Name}}: {{.StarCount}}'

Category: Docker

docker search --format '{{.Name}}: {{.StarCount}}'

Search Docker Hub with custom output

Renders search results with a Go template instead of the default table. {{.Name}} and {{.StarCount}} print repository and popularity. Scripts can parse the output directly.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.