mirror of
https://github.com/containers/podman.git
synced 2026-03-23 17:13:05 -04: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>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
## assert-podman-args "--uidmap=0:10000:10"
|
|
## assert-podman-args "--uidmap=10:20000:10"
|
|
## assert-podman-args "--gidmap=0:10000:10"
|
|
## assert-podman-args "--gidmap=10:20000:10"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
UIDMap=0:10000:10
|
|
UIDMap=10:20000:10
|
|
GIDMap=0:10000:10
|
|
GIDMap=10:20000:10
|