mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +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>
7 lines
161 B
Text
7 lines
161 B
Text
## assert-podman-args "--subuidname" "utest"
|
|
## assert-podman-args "--subgidname" "gtest"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
SubUIDMap=utest
|
|
SubGIDMap=gtest
|