August 2018
Intermediate to advanced
352 pages
12h 30m
English
The docker search command lets you search an image on a Docker registry. The following is the syntax for this:
docker search [OPTIONS] TERM
The following is an example of searching for the alpine image:
$ docker search --limit 5 alpine

The preceding screenshot lists the name, description, and number of stars awarded to the image. It also points out whether the image is official and automated or not:
Read now
Unlock full access