From bc358eb396aa87f3122f0449945efc03ed64bfd2 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 14 Mar 2018 12:09:54 -0500 Subject: Include tmpfs in inspect Other container runtimes include the tmpfs mount points in their inspect output. Podman should as well. It is under hostconfig. Resolves: #483 Signed-off-by: baude Closes: #488 Approved by: rhatdan --- cmd/podman/inspect.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/podman/inspect.go b/cmd/podman/inspect.go index adb714901..8bf6f96be 100644 --- a/cmd/podman/inspect.go +++ b/cmd/podman/inspect.go @@ -241,6 +241,7 @@ func getCtrInspectInfo(ctr *libpod.Container, ctrInspectData *inspect.ContainerI Memory: createArtifact.Resources.Memory, Ulimits: createArtifact.Resources.Ulimit, SecurityOpt: createArtifact.SecurityOpts, + Tmpfs: createArtifact.Tmpfs, }, &inspect.CtrConfig{ Hostname: spec.Hostname, -- cgit v1.2.3-54-g00ecf