List images
docker images [OPTIONS] [REPOSITORY[:TAG]]
Name, shorthand | Default | Description |
---|---|---|
--all, -a |
false |
Show all images (default hides intermediate images) |
--digests |
false |
Show digests |
--filter, -f |
Filter output based on conditions provided | |
--format |
Pretty-print images using a Go template | |
--no-trunc |
false |
Don’t truncate output |
--quiet, -q |
false |
Only show numeric IDs |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker image ls
.