docker-history - Man Page

Show the history of an image

Synopsis

docker history [Options] IMAGE

Description

Alias for docker image history.

Options

--format=""

Pretty-print images using a Go template

-h,  --help[=false]

help for history

-H,  --human[=true]

Print sizes and dates in human readable format

--no-trunc[=false]

Don't truncate output

-q,  --quiet[=false]

Only show numeric IDs

See Also

docker(1)

Info

May 2020 Docker Community