mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Merge pull request #7578 from giuseppe/join-userns-reuse-mappings
libpod: read mappings when joining a container userns
This commit is contained in:
@ -380,6 +380,8 @@ func (c *Container) setupStorageMapping(dest, from *storage.IDMappingOptions) {
|
||||
}
|
||||
dest.GIDMap = append(dest.GIDMap, g)
|
||||
}
|
||||
dest.HostUIDMapping = false
|
||||
dest.HostGIDMapping = false
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user