mirror of https://github.com/docker/docs.git
22 lines
563 B
YAML
22 lines
563 B
YAML
command: docker image history
|
|
short: Show the history of an image
|
|
long: Show the history of an image
|
|
usage: docker image history [OPTIONS] IMAGE
|
|
pname: docker image
|
|
plink: docker_image.yaml
|
|
options:
|
|
- option: format
|
|
description: Pretty-print images using a Go template
|
|
- option: human
|
|
shorthand: H
|
|
default_value: "true"
|
|
description: Print sizes and dates in human readable format
|
|
- option: no-trunc
|
|
default_value: "false"
|
|
description: Don't truncate output
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only show numeric IDs
|
|
|