logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Docker Search - Find Docker Images on Docker Hub | Online Free DevTools by Hexmos

Find Docker images easily with Docker Search. Discover official images, automated builds, and filter by stars on Docker Hub. Free online tool, no registration required.

docker-search

Search for Docker images on Docker Hub. More information: https://docs.docker.com/reference/cli/docker/search/.

  • Search for Docker images by name or keyword:

docker search {{keyword}}

  • Search for images and only show official ones:

docker search {{[-f|--filter]}} is-official=true {{keyword}}

  • Search for images and only show automated builds:

docker search {{[-f|--filter]}} is-automated=true {{keyword}}

  • Search for images with a minimum number of stars:

docker search {{[-f|--filter]}} stars={{number}} {{keyword}}

  • Limit the number of results:

docker search --limit {{number}} {{keyword}}

  • Customize the output format:

docker search {{[-f|--format]}} "{{.Name}}: {{.Description}}" {{keyword}}

See Also