Merge pull request #8517 from rhatdan/man

[CI:DOCS] Fix option names --subuidname and --subgidname
This commit is contained in:
OpenShift Merge Robot
2020-11-30 20:30:32 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -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*