mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge tag 'v1.0.3' into post-release-1.0.3
Version 1.0.3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user