@@ -28,31 +28,31 @@ This example displays images with a name containing 'busybox':
2828``` console
2929$ docker search busybox
3030
31- NAME DESCRIPTION STARS OFFICIAL AUTOMATED
31+ NAME DESCRIPTION STARS OFFICIAL
3232busybox Busybox base image. 316 [OK]
33- progrium/busybox 50 [OK]
34- radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]
35- odise/busybox-python 2 [OK]
36- azukiapp/busybox This image is meant to be used as the base... 2 [OK]
37- ofayau/busybox-jvm Prepare busybox to install a 32 bits JVM. 1 [OK]
38- shingonoide/archlinux-busybox Arch Linux, a lightweight and flexible Lin... 1 [OK]
39- odise/busybox-curl 1 [OK]
40- ofayau/busybox-libc32 Busybox with 32 bits (and 64 bits) libs 1 [OK]
41- peelsky/zulu-openjdk-busybox 1 [OK]
42- skomma/busybox-data Docker image suitable for data volume cont... 1 [OK]
43- elektritter/busybox-teamspeak Lightweight teamspeak3 container based on... 1 [OK]
44- socketplane/busybox 1 [OK]
45- oveits/docker-nginx-busybox This is a tiny NginX docker image based on... 0 [OK]
46- ggtools/busybox-ubuntu Busybox ubuntu version with extra goodies 0 [OK]
47- nikfoundas/busybox-confd Minimal busybox based distribution of confd 0 [OK]
48- openshift/busybox-http-app 0 [OK]
49- jllopis/busybox 0 [OK]
50- swyckoff/busybox 0 [OK]
51- powellquiring/busybox 0 [OK]
52- williamyeh/busybox-sh Docker image for BusyBox's sh 0 [OK]
53- simplexsys/busybox-cli-powered Docker busybox images, with a few often us... 0 [OK]
54- fhisamoto/busybox-java Busybox java 0 [OK]
55- scottabernethy/busybox 0 [OK]
33+ progrium/busybox 50
34+ radial/busyboxplus Full-chain, Internet enabled, busybox made... 8
35+ odise/busybox-python 2
36+ azukiapp/busybox This image is meant to be used as the base... 2
37+ ofayau/busybox-jvm Prepare busybox to install a 32 bits JVM. 1
38+ shingonoide/archlinux-busybox Arch Linux, a lightweight and flexible Lin... 1
39+ odise/busybox-curl 1
40+ ofayau/busybox-libc32 Busybox with 32 bits (and 64 bits) libs 1
41+ peelsky/zulu-openjdk-busybox 1
42+ skomma/busybox-data Docker image suitable for data volume cont... 1
43+ elektritter/busybox-teamspeak Lightweight teamspeak3 container based on... 1
44+ socketplane/busybox 1
45+ oveits/docker-nginx-busybox This is a tiny NginX docker image based on... 0
46+ ggtools/busybox-ubuntu Busybox ubuntu version with extra goodies 0
47+ nikfoundas/busybox-confd Minimal busybox based distribution of confd 0
48+ openshift/busybox-http-app 0
49+ jllopis/busybox 0
50+ swyckoff/busybox 0
51+ powellquiring/busybox 0
52+ williamyeh/busybox-sh Docker image for BusyBox's sh 0
53+ simplexsys/busybox-cli-powered Docker busybox images, with a few often us... 0
54+ fhisamoto/busybox-java Busybox java 0
55+ scottabernethy/busybox 0
5656marclop/busybox-solr
5757```
5858
@@ -64,10 +64,10 @@ at least 3 stars and the description isn't truncated in the output:
6464``` console
6565$ docker search --filter=stars=3 --no-trunc busybox
6666
67- NAME DESCRIPTION STARS OFFICIAL AUTOMATED
67+ NAME DESCRIPTION STARS OFFICIAL
6868busybox Busybox base image. 325 [OK]
69- progrium/busybox 50 [OK]
70- radial/busyboxplus Full-chain, Internet enabled, busybox made from scratch. Comes in git and cURL flavors. 8 [OK]
69+ progrium/busybox 50
70+ radial/busyboxplus Full-chain, Internet enabled, busybox made from scratch. Comes in git and cURL flavors. 8
7171```
7272
7373### <a name =" limit " ></a > Limit search results (--limit)
@@ -78,12 +78,12 @@ value is set, the default is set by the daemon.
7878### <a name =" filter " ></a > Filtering (--filter)
7979
8080The filtering flag (` -f ` or ` --filter ` ) format is a ` key=value ` pair. If there is more
81- than one filter, then pass multiple flags (e.g. ` --filter is-automated =true --filter stars=3 ` )
81+ than one filter, then pass multiple flags (e.g. ` --filter is-official =true --filter stars=3 ` )
8282
8383The currently supported filters are:
8484
8585- stars (int - number of stars the image has)
86- - is-automated (boolean - true or false) - is the image automated or not
86+ - is-automated (boolean - true or false) - is the image automated or not (deprecated)
8787- is-official (boolean - true or false) - is the image official or not
8888
8989#### stars
@@ -94,23 +94,10 @@ least 3 stars:
9494``` console
9595$ docker search --filter stars=3 busybox
9696
97- NAME DESCRIPTION STARS OFFICIAL AUTOMATED
97+ NAME DESCRIPTION STARS OFFICIAL
9898busybox Busybox base image. 325 [OK]
99- progrium/busybox 50 [OK]
100- radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]
101- ```
102-
103- #### is-automated
104-
105- This example displays images with a name containing 'busybox'
106- and are automated builds:
107-
108- ``` console
109- $ docker search --filter is-automated=true busybox
110-
111- NAME DESCRIPTION STARS OFFICIAL AUTOMATED
112- progrium/busybox 50 [OK]
113- radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]
99+ progrium/busybox 50
100+ radial/busyboxplus Full-chain, Internet enabled, busybox made... 8
114101```
115102
116103#### is-official
@@ -121,7 +108,7 @@ This example displays images with a name containing 'busybox', at least
121108``` console
122109$ docker search --filter is-official=true --filter stars=3 busybox
123110
124- NAME DESCRIPTION STARS OFFICIAL AUTOMATED
111+ NAME DESCRIPTION STARS OFFICIAL
125112busybox Busybox base image. 325 [OK]
126113```
127114
@@ -132,13 +119,13 @@ using a Go template.
132119
133120Valid placeholders for the Go template are:
134121
135- | Placeholder | Description |
136- | ----------------| -----------------------------------|
137- | ` .Name ` | Image Name |
138- | ` .Description ` | Image description |
139- | ` .StarCount ` | Number of stars for the image |
140- | ` .IsOfficial ` | "OK" if image is official |
141- | ` .IsAutomated ` | "OK" if image build was automated |
122+ | Placeholder | Description |
123+ | ----------------| ------------------------------------------------ |
124+ | ` .Name ` | Image Name |
125+ | ` .Description ` | Image description |
126+ | ` .StarCount ` | Number of stars for the image |
127+ | ` .IsOfficial ` | "OK" if image is official |
128+ | ` .IsAutomated ` | "OK" if image build was automated (deprecated) |
142129
143130When you use the ` --format ` option, the ` search ` command will
144131output the data exactly as the template declares. If you use the
@@ -165,13 +152,13 @@ maxexcloo/nginx: 7
165152This example outputs a table format:
166153
167154``` console
168- $ docker search --format " table {{.Name}}\t{{.IsAutomated}}\t{{. IsOfficial}}" nginx
169-
170- NAME AUTOMATED OFFICIAL
171- nginx [OK]
172- jwilder/nginx-proxy [OK]
173- richarvey/nginx-php-fpm [OK]
174- jrcs/letsencrypt-nginx-proxy-companion [OK]
175- million12/nginx-php [OK]
176- webdevops/php-nginx [OK]
155+ $ docker search --format " table {{.Name}}\t{{.IsOfficial}}" nginx
156+
157+ NAME OFFICIAL
158+ nginx [OK]
159+ jwilder/nginx-proxy
160+ richarvey/nginx-php-fpm
161+ jrcs/letsencrypt-nginx-proxy-companion
162+ million12/nginx-php
163+ webdevops/php-nginx
177164```
0 commit comments