diff options
Diffstat (limited to 'cmd/podman/spec.go')
-rw-r--r-- | cmd/podman/spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/spec.go b/cmd/podman/spec.go index adfdf7347..b13556d93 100644 --- a/cmd/podman/spec.go +++ b/cmd/podman/spec.go @@ -483,7 +483,7 @@ func (c *createConfig) GetVolumeMounts() ([]spec.Mount, error) { } } if rootProp == "" { - options = append(options, "rprivate") + options = append(options, "private") } m = append(m, spec.Mount{ |