On Wed, 22 Jan 2020, Matt Heon wrote:
On 2020-01-22 08:59, Robert P. J. Day wrote:
>
> not sure what that option should do related to that command, but the
>man page reads:
>
> --size, -s
>
> Display the total file size if the type is a container
>
>however, i tried this with a running container:
>
> $ podman inspect --size -t=container d1218680819b
>
>and got what appears to be full output regarding that container. what
>output should i expect with "podman inspect --size <containerID>"?
am
>i misreading something?
>
>rday
This is the documentation being confusing - it will display the full
output of expect as normal, but it will also calculate and include
the container size in the output (it will be omitted otherwise).
ah ... will submit rewording.
rday