summaryrefslogtreecommitdiff
path: root/pkg/inspect
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@fedoraproject.org>2019-03-18 19:45:05 +0100
committerDebarshi Ray <rishi@fedoraproject.org>2019-03-18 21:03:22 +0100
commit022bb95c8ed5dae455e569fc109f7f67b4270efc (patch)
tree9879e8d5d2c59465d68a5d2a457c4936a0fe1de4 /pkg/inspect
parent41019f747280ba2c47df2ce6f83ddebfc2000745 (diff)
downloadpodman-022bb95c8ed5dae455e569fc109f7f67b4270efc.tar.gz
podman-022bb95c8ed5dae455e569fc109f7f67b4270efc.tar.bz2
podman-022bb95c8ed5dae455e569fc109f7f67b4270efc.zip
Export ConmonPidFile in 'podman inspect' for containers
This can help scripts provide a more meaningful message when coming across issues [1] which require the container to be re-created. [1] eg., https://github.com/containers/libpod/issues/2673 Signed-off-by: Debarshi Ray <rishi@fedoraproject.org>
Diffstat (limited to 'pkg/inspect')
-rw-r--r--pkg/inspect/inspect.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go
index 82fe37f18..270e431ad 100644
--- a/pkg/inspect/inspect.go
+++ b/pkg/inspect/inspect.go
@@ -158,6 +158,7 @@ type ContainerInspectData struct {
HostsPath string `json:"HostsPath"`
StaticDir string `json:"StaticDir"`
LogPath string `json:"LogPath"`
+ ConmonPidFile string `json:"ConmonPidFile"`
Name string `json:"Name"`
RestartCount int32 `json:"RestartCount"` //TODO
Driver string `json:"Driver"`