From 486c5c87bca028ba41dfb9f516ae37b9d6a984cb Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 20 Jul 2018 08:49:30 -0400 Subject: Add missing runtime.go lines to set namespace Also add namespace to inspect output to verify its presence Signed-off-by: Matthew Heon --- pkg/inspect/inspect.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go index 5b5a27c3d..d2c9e79a5 100644 --- a/pkg/inspect/inspect.go +++ b/pkg/inspect/inspect.go @@ -169,6 +169,7 @@ type ContainerInspectData struct { Dependencies []string `json:"Dependencies"` NetworkSettings *NetworkSettings `json:"NetworkSettings"` //TODO ExitCommand []string `json:"ExitCommand"` + Namespace string `json:"Namespace"` } // ContainerInspectState represents the state of a container. -- cgit v1.2.3-54-g00ecf