From 2a7449362f2884d9ae6a783c0ce38979d882e2cf Mon Sep 17 00:00:00 2001 From: haircommander Date: Fri, 17 Aug 2018 10:36:51 -0400 Subject: Change pause container to infra container Signed-off-by: haircommander Closes: #1187 Approved by: mheon --- pkg/inspect/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/inspect/inspect.go') diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go index be3818db8..b9230027c 100644 --- a/pkg/inspect/inspect.go +++ b/pkg/inspect/inspect.go @@ -170,7 +170,7 @@ type ContainerInspectData struct { NetworkSettings *NetworkSettings `json:"NetworkSettings"` //TODO ExitCommand []string `json:"ExitCommand"` Namespace string `json:"Namespace"` - IsPause bool `json:"IsPause"` + IsInfra bool `json:"IsInfra"` } // ContainerInspectState represents the state of a container. -- cgit v1.2.3-54-g00ecf