diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/container.go | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/internal/app/container.go b/internal/app/container.go index ae9dbf33..eef4e226 100644 --- a/internal/app/container.go +++ b/internal/app/container.go @@ -32,12 +32,10 @@ func newContainer( } params := &container.Params{ - Hostname: s.Hostname, - SeccompFlags: s.SeccompFlags, - SeccompPresets: s.SeccompPresets, - RetainSession: s.Tty, - HostNet: s.HostNet, - HostAbstract: s.HostAbstract, + Hostname: s.Hostname, + RetainSession: s.Tty, + HostNet: s.HostNet, + HostAbstract: s.HostAbstract, // the container is canceled when shim is requested to exit or receives an interrupt or termination signal; // this behaviour is implemented in the shim |
