Merge tag 'v1.0.3' into post-release-1.0.3

Version 1.0.3
This commit is contained in:
Chris Baker
2021-01-29 19:30:08 +00:00
18 changed files with 160940 additions and 170 deletions

View File

@@ -581,6 +581,8 @@ func configureIsolation(cfg *lconfigs.Config, command *ExecCommand) error {
// launch with mount namespace
cfg.Namespaces = lconfigs.Namespaces{
{Type: lconfigs.NEWNS},
{Type: lconfigs.NEWPID},
{Type: lconfigs.NEWIPC},
}
if command.NetworkIsolation != nil {