mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-09 00:57:53 +00: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>
10 lines
237 B
Text
10 lines
237 B
Text
## 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
|