mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +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>
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
## 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
|