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 e385f67 + 4301b44 commit 79ad714Copy full SHA for 79ad714
libcontainer/specconv/spec_linux.go
@@ -37,7 +37,7 @@ var mountPropagationMapping = map[string]int{
37
"slave": unix.MS_SLAVE,
38
"rshared": unix.MS_SHARED | unix.MS_REC,
39
"shared": unix.MS_SHARED,
40
- "": unix.MS_PRIVATE | unix.MS_REC,
+ "": 0,
41
}
42
43
var allowedDevices = []*configs.Device{
0 commit comments