From 3b37101c6e3679399a5ed05bb2e109df0e0032e8 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 7 Jan 2019 08:46:13 +0100 Subject: config: store the runtime used to create each container Signed-off-by: Giuseppe Scrivano --- libpod/container.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpod/container.go') diff --git a/libpod/container.go b/libpod/container.go index ca83bbffe..95f7a2972 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -350,6 +350,9 @@ type ContainerConfig struct { PostConfigureNetNS bool `json:"postConfigureNetNS"` + // OCIRuntime used to create the container + OCIRuntime string `json:"runtime,omitempty"` + // ExitCommand is the container's exit command. // This Command will be executed when the container exits ExitCommand []string `json:"exitCommand,omitempty"` -- cgit v1.2.3-54-g00ecf