mirror of
https://github.com/containers/podman.git
synced 2025-06-04 04:56:32 +08:00
Fix option names --subuidname and --subgidname
Options --subuid and --subgid does not exists Fixes: https://github.com/containers/podman/issues/8510 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -946,7 +946,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USER
|
||||
- `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*
|
||||
|
||||
|
@ -999,7 +999,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USER
|
||||
- **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