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

Some examples

Search debian related images:
$ docker search debian
NAME                              DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
ubuntu                            Ubuntu is a Debian-based Linux operating sys…   17252     [OK]       
debian                            Debian is a Linux distribution that's compos…   5073      [OK]       
neurodebian                       NeuroDebian provides neuroscience research s…   111       [OK]       
kasmweb/debian-bullseye-desktop   Debian Bullseye desktop for Kasm Workspaces     8                    
kasmweb/debian-bookworm-desktop   Debian Bookworm desktop for Kasm Workspaces     3                    
ustclug/debian                    Official Debian Image with USTC Mirror          2                    
dockette/debian                   My Debian Sid | Jessie | Wheezy Base Images     2                    [OK]
dockage/debian                    Debian image that forms the base for some Do…   2                    [OK]
treehouses/debian                                                                 2                    
bitnami/debian-base-buildpack     Debian base compilation image                   2                    [OK]
osrf/debian_armhf                 Debian Armhf Base Images                        1                    
dockette/sid                      My Custom Debian Sid                            1                    [OK]
osrf/debian_arm64                 Debian arm64 Base Images                        1                    
dockette/stretch                  My Custom Debian Stretch                        1                    [OK]
chainguard/netcat                 Minimal image for Debian port of OpenBSD's n…   0                    
kasmweb/core-debian-bullseye      Debian Bullseye base image for Kasm Workspac…   0                    
kasmweb/core-debian-bookworm      Debian Bookworm base image for Kasm Workspac…   0                    
corpusops/debian                  debian corpusops baseimage                      0                    
cincproject/omnibus-debian        Debian Omnibus builder                          0                    
jitesoft/debian                   Debian base image.                              0                    
primeimages/chapel                Debian with Chapel installed                    0                    
ciready/debian                    CI-ready Debian images with CI-related build…   0                    
authelia/debpackager              Debian CI/CD Container                          0                    
voxpupuli/debian                                                                  0                    
vulhub/debian                                                                     0                    
Find images with at least 50 stars:
$ docker search debian -f "stars=50"
NAME          DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
ubuntu        Ubuntu is a Debian-based Linux operating sys…   17252     [OK]       
debian        Debian is a Linux distribution that's compos…   5073      [OK]       
neurodebian   NeuroDebian provides neuroscience research s…   111       [OK]       

See also

Docker commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759415572, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/tools/Docker/commands/search/index(89): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78