mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-31 12:47:57 +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>
8 lines
195 B
Text
8 lines
195 B
Text
## assert-failed
|
|
## assert-stderr-contains "deprecated Remap keys are set along with explicit mapping keys"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
SubUIDMap=utest
|
|
SubGIDMap=gtest
|
|
RemapUsers=auto
|