mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
Support UIDMap, GIDMap, SubUIDMap and SubGIDMap If any of them are set disregard the deprecated Remap keys Add tests and man Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
## assert-failed
|
|
## assert-stderr-contains "deprecated Remap keys are set along with explicit mapping keys"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
UIDMap=0:10000:10
|
|
UIDMap=10:20000:10
|
|
GIDMap=0:10000:10
|
|
GIDMap=10:20000:10
|
|
RemapUsers=auto
|