mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 21:57:52 +00: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>
5 lines
274 B
Markdown
5 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**.
|