mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
28 lines
701 B
YAML
28 lines
701 B
YAML
command: docker images
|
|
short: List images
|
|
long: |
|
|
Alias for `docker image ls`.
|
|
usage: docker images [OPTIONS] [REPOSITORY[:TAG]]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: all
|
|
shorthand: a
|
|
default_value: "false"
|
|
description: Show all images (default hides intermediate images)
|
|
- option: digests
|
|
default_value: "false"
|
|
description: Show digests
|
|
- option: filter
|
|
shorthand: f
|
|
description: Filter output based on conditions provided
|
|
- option: format
|
|
description: Pretty-print images using a Go template
|
|
- option: no-trunc
|
|
default_value: "false"
|
|
description: Don't truncate output
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only show numeric IDs
|