mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #8517 from rhatdan/man
[CI:DOCS] Fix option names --subuidname and --subgidname
This commit is contained in:
@ -988,7 +988,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USERN
|
||||
- `ns`: run the container in the given existing user namespace.
|
||||
- `private`: create a new namespace for the container (default)
|
||||
|
||||
This option is incompatible with --gidmap, --uidmap, --subuid and --subgid
|
||||
This option is incompatible with **--gidmap**, **--uidmap**, **--subuidname** and **--subgidname**.
|
||||
|
||||
#### **--uts**=*mode*
|
||||
|
||||
|
@ -1043,7 +1043,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USERN
|
||||
- **private**: create a new namespace for the container.
|
||||
- **container**: join the user namespace of the specified container.
|
||||
|
||||
This option is incompatible with **--gidmap**, **--uidmap**, **--subuid** and **--subgid**.
|
||||
This option is incompatible with **--gidmap**, **--uidmap**, **--subuidname** and **--subgidname**.
|
||||
|
||||
#### **--uts**=*mode*
|
||||
|
||||
|
Reference in New Issue
Block a user