diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-30 13:26:58 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-30 13:29:51 -0500 |
commit | 56ad7ac54e35c2c7f552160581971725c501d376 (patch) | |
tree | 1812a37ba30e23dcce5048881d71eac10a01efb1 /docs/source/markdown/podman-run.1.md | |
parent | 9f2c8f267e22897719ee8c3a15202afeaedda547 (diff) | |
download | podman-56ad7ac54e35c2c7f552160581971725c501d376.tar.gz podman-56ad7ac54e35c2c7f552160581971725c501d376.tar.bz2 podman-56ad7ac54e35c2c7f552160581971725c501d376.zip |
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>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 184c12acd..2ec3ef581 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -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* |