Files
docker-docs/_data/engine-cli-edge/docker_image_ls.yaml
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00

29 lines
719 B
YAML

command: docker image ls
aliases: images, list
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