aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/container.go')
-rw-r--r--hst/container.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/hst/container.go b/hst/container.go
index 00f74795..1ee9e839 100644
--- a/hst/container.go
+++ b/hst/container.go
@@ -10,6 +10,8 @@ type (
// container hostname
Hostname string `json:"hostname,omitempty"`
+ // do not interrupt and wait for initial process during termination
+ ImmediateTermination bool `json:"immediate_termination,omitempty"`
// extra seccomp flags
SeccompFlags seccomp.ExportFlag `json:"seccomp_flags"`
// extra seccomp presets