diff --git a/drivers/shared/executor/executor_linux.go b/drivers/shared/executor/executor_linux.go index 70c3517a3..1fe0f6251 100644 --- a/drivers/shared/executor/executor_linux.go +++ b/drivers/shared/executor/executor_linux.go @@ -582,6 +582,7 @@ func configureIsolation(cfg *lconfigs.Config, command *ExecCommand) error { cfg.Namespaces = lconfigs.Namespaces{ {Type: lconfigs.NEWNS}, {Type: lconfigs.NEWPID}, + {Type: lconfigs.NEWIPC}, } if command.NetworkIsolation != nil {