Show the history of an image
docker history [OPTIONS] IMAGE
Name, shorthand | Default | Description |
---|---|---|
--human, -H |
true |
Print sizes and dates in human readable format |
--no-trunc |
false |
Don’t truncate output |
--quiet, -q |
false |
Only show numeric IDs |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker image history
.