Search notes:

docker search

docker search searches for images on the docker hub.
docker search [OPTIONS] TERM
--filter filter -f Filter output based on conditions provided
--format string Pretty-print search using a Go template
--limit int Max number of search results (default 25)
--no-trunc Don't truncate output

See also

Docker commands

Index