summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-08-24 19:49:16 -0600
committerEd Santiago <santiago@redhat.com>2022-08-30 05:28:28 -0600
commit62d87aa9ba75ceac924ca8e81d5a9908591c5b56 (patch)
tree2c4f17b12d99f1c6485ad759564afe709c80d6e6 /docs/source/markdown/podman-create.1.md.in
parent7f141a71a298a201b8bed5f3e6d9c9972bf20c81 (diff)
downloadpodman-62d87aa9ba75ceac924ca8e81d5a9908591c5b56.tar.gz
podman-62d87aa9ba75ceac924ca8e81d5a9908591c5b56.tar.bz2
podman-62d87aa9ba75ceac924ca8e81d5a9908591c5b56.zip
Man pages: refactor common options: --subXidname
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>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r--docs/source/markdown/podman-create.1.md.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in
index 276c545d9..00c374992 100644
--- a/docs/source/markdown/podman-create.1.md.in
+++ b/docs/source/markdown/podman-create.1.md.in
@@ -586,13 +586,9 @@ When size is `0`, there is no limit on the amount of memory used for IPC by the
@@option stop-timeout
-#### **--subgidname**=*name*
+@@option subgidname
-Name for GID map from the `/etc/subgid` file. Using this flag will run the container with user namespace enabled. This flag conflicts with `--userns` and `--gidmap`.
-
-#### **--subuidname**=*name*
-
-Name for UID map from the `/etc/subuid` file. Using this flag will run the container with user namespace enabled. This flag conflicts with `--userns` and `--uidmap`.
+@@option subuidname
#### **--sysctl**=*SYSCTL*