search_images
Search Docker Hub for public images by keyword. Returns matching images with details like star count, official status, and description.
Instructions
Search Docker Hub for public images matching a term.
Searches Docker Hub only — not GHCR, ECR, or other registries. For listing tags on a
specific image from any OCI registry use registry_list_tags instead. Each result dict
includes name, description, star_count, is_official, and is_automated.
args: term - Search keyword, e.g. "nginx" or "python" limit - Maximum number of results to return (Docker Hub default is 25) returns: list - List of matching image dicts from Docker Hub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| limit | No |