docker search : Find an image from Docker Hub OPTIONS description: –automated : Only automated build type mirrors are listed –no-trunc : Show a complete description of the mirror -f <过滤条件>: Lists images with no less than the specified number of favorites. Find all images from Docker Hub whose names contain java and have more than 10 favorites Parameter description: NAME: Name of the image warehouse source DESCRIPTION: Description of the mirror image OFFICIAL: Is it officially released by docker stars: Similar to star in Github, it means to like and like it. AUTOMATED: Build automatically. 2.52.1. Grammar ¶
docker search [OPTIONS] TERM
2.52.2. Example ¶
runoob@runoob:~$ docker search -f stars=10 java
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
java Java is a concurrent, class-based... 1037 [OK]
anapsix/alpine-java Oracle Java 8 (and 7) with GLIBC ... 115 [OK]
develar/java 46 [OK]
isuper/java-oracle This repository contains all java... 38 [OK]
lwieske/java-8 Oracle Java 8 Container - Full + ... 27 [OK]
nimmis/java-centos This is docker images of CentOS 7... 13 [OK]