summaryrefslogtreecommitdiff
path: root/cmd/podman/varlink
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-26 08:08:40 -0500
committerbaude <bbaude@redhat.com>2019-03-26 10:14:58 -0500
commit7f2221d48f7d0df8cc5beed70ff5dbc57bca3529 (patch)
tree7676e6ac3bd0ab34970d7a8f2616e4ebc5cd7ad8 /cmd/podman/varlink
parent60b009af4ef1415b83e0419ba41381912693ab86 (diff)
downloadpodman-7f2221d48f7d0df8cc5beed70ff5dbc57bca3529.tar.gz
podman-7f2221d48f7d0df8cc5beed70ff5dbc57bca3529.tar.bz2
podman-7f2221d48f7d0df8cc5beed70ff5dbc57bca3529.zip
size is optional for container inspection
on the remote client, if a user wants to know the rootfs size of a container, a -s should be passed. this corrects a behavior where size was shown by default. Fixes #2765 Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index 5999210c8..ad2de56f8 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -1111,7 +1111,7 @@ method ContainerArtifacts(name: string, artifactName: string) -> (config: string
# ContainerInspectData returns a container's inspect data in string form. This call is for
# development of Podman only and generally should not be used.
-method ContainerInspectData(name: string) -> (config: string)
+method ContainerInspectData(name: string, size: bool) -> (config: string)
# ContainerStateData returns a container's state config in string form. This call is for
# development of Podman only and generally should not be used.