May 2017
Beginner
552 pages
28h 47m
English
The docker search command returns a list of Docker containers that match a search term:
docker search TERM
Here TERM is an alphanumeric string (no wild cards). The search command will return up to 25 containers that include the string in their name:
# docker search apache NAME DESCRIPTION STARS OFFICIAL AUTOMATED eboraas/apache Apache (with SSL support) 70 [OK] bitnami/apache Bitnami Apache Docker 25 [OK] apache/nutch Apache Nutch 12 [OK] apache/marmotta Apache Marmotta 4 [OK] lephare/apache Apache container 3 [OK]
Here STARS represent a rating for the container. The containers are ordered with the highest rating first.