diff options
Diffstat (limited to 'pkg/inspect/inspect.go')
-rw-r--r-- | pkg/inspect/inspect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go index 765ee43a7..61776f1e2 100644 --- a/pkg/inspect/inspect.go +++ b/pkg/inspect/inspect.go @@ -167,6 +167,7 @@ type ContainerInspectData struct { Mounts []specs.Mount `json:"Mounts"` Dependencies []string `json:"Dependencies"` NetworkSettings *NetworkSettings `json:"NetworkSettings"` //TODO + ExitCommand []string `json:"ExitCommand"` } // ContainerInspectState represents the state of a container. |