Search notes:

docker images

docker images lists the available images.
Use docker ps or docker ps -a to view containers.
docker images [OPTIONS] [REPOSITORY[:TAG]]

Options

-a --all Show all images (default hides intermediate images)
--digests Show digests
-f --filter filter Filter output based on conditions provided
--format string Pretty-print images using a Go template
--no-trunc Don't truncate output
-q --quiet Only show image IDs

Filters

The -f option allows to filter the returned set of images with key=value pairs, for example:
$ docker images -f dangling=true
The list of available filters seems to be:
Key Value
dangling true or false
label <key> or <key>=<value>
before, since <image-name>[:<tag>], <image id> or <image@digest> Images created before/after the given id or reference
reference pattern Images whose reference matches pattern

See also

Docker commands such as docker image …

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...', 1759390262, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/tools/Docker/commands/images(73): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78