mirror of https://github.com/docker/cli.git
Add -H|--human flag to `docker history`
Add a flag to print sizes and dates in human readable format. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
7604419278
commit
f00c5d0720
|
@ -1222,6 +1222,7 @@ This will create a new Bash session in the container `ubuntu_bash`.
|
|||
|
||||
Show the history of an image
|
||||
|
||||
-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
|
||||
|
||||
|
|
Loading…
Reference in New Issue