mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Swap default mount propagation from private to rprivate
This matches Docker behavior more closely and should resolve an issue we were seeing with /sys mounts Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1465 Approved by: rhatdan
This commit is contained in:
@ -13,7 +13,7 @@ func TestCreateConfig_GetVolumeMounts(t *testing.T) {
|
||||
Destination: "/foobar",
|
||||
Type: "bind",
|
||||
Source: "foobar",
|
||||
Options: []string{"ro", "rbind", "private"},
|
||||
Options: []string{"ro", "rbind", "rprivate"},
|
||||
}
|
||||
config := CreateConfig{
|
||||
Volumes: []string{"foobar:/foobar:ro"},
|
||||
|
Reference in New Issue
Block a user