We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ac086 + 8187fb7 commit bc14672Copy full SHA for bc14672
checkpoint.go
@@ -125,7 +125,8 @@ var namespaceMapping = map[specs.LinuxNamespaceType]int{
125
}
126
127
func setEmptyNsMask(context *cli.Context, options *libcontainer.CriuOpts) error {
128
- var nsmask int
+ /* Runc doesn't manage network devices and their configuration */
129
+ nsmask := unix.CLONE_NEWNET
130
131
for _, ns := range context.StringSlice("empty-ns") {
132
f, exists := namespaceMapping[specs.LinuxNamespaceType(ns)]
0 commit comments