mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00

Whew! This one started off identical everywhere, but the version in podman-run got fixed in #1380, then again in #5192, with no corresponding fixes to any of the other man pages. I went with the podman-run version, with a small change in wording. Signed-off-by: Ed Santiago <santiago@redhat.com>
6 lines
274 B
Markdown
6 lines
274 B
Markdown
#### **--subuidname**=*name*
|
|
|
|
Run the container in a new user namespace using the map with _name_ in the _/etc/subuid_ file.
|
|
If running rootless, the user needs to have the right to use the mapping. See **subuid**(5).
|
|
This flag conflicts with **--userns** and **--uidmap**.
|