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>
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
## assert-podman-args "--subuidname" "utest"
|
|
## assert-podman-args "--subgidname" "gtest"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
SubUIDMap=utest
|
|
SubGIDMap=gtest
|