Files
docker-docs/_data/engine-cli/docker_image_ls.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

27 lines
696 B
YAML

command: docker image ls
short: List images
long: List images
usage: docker image ls [OPTIONS] [REPOSITORY[:TAG]]
pname: docker image
plink: docker_image.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