summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-create.1.md.in
diff options
context:
space:
mode:
authorJason Ertel <jertel@users.noreply.github.com>2022-08-30 14:12:01 -0400
committerGitHub <noreply@github.com>2022-08-30 14:12:01 -0400
commit368fa6074da72f4215b5fc5a5be974f17b45298d (patch)
treea3063c6bcd4c42255bfe2ee54c94611dd376b4f1 /docs/source/markdown/podman-pod-create.1.md.in
parent0e53c8c73509e666bbb5ff4ba0ec2a8fa5c8c1b8 (diff)
parent57441b4c7127b30d9327cb4dfa189c8b9fc33ac5 (diff)
downloadpodman-368fa6074da72f4215b5fc5a5be974f17b45298d.tar.gz
podman-368fa6074da72f4215b5fc5a5be974f17b45298d.tar.bz2
podman-368fa6074da72f4215b5fc5a5be974f17b45298d.zip
Merge branch 'containers:main' into api_compat_containers
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md.in')
-rw-r--r--docs/source/markdown/podman-pod-create.1.md.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md.in b/docs/source/markdown/podman-pod-create.1.md.in
index 702780c65..2f8bcc31c 100644
--- a/docs/source/markdown/podman-pod-create.1.md.in
+++ b/docs/source/markdown/podman-pod-create.1.md.in
@@ -287,14 +287,9 @@ Size of `/dev/shm` (format: `<number>[<unit>]`, where unit = b (bytes), k (kibib
If the unit is omitted, the system uses bytes. If the size is omitted, the system uses `64m`.
When size is `0`, there is no limit on the amount of memory used for IPC by the pod. This option conflicts with **--ipc=host** when running containers.
-#### **--subgidname**=*name*
-
-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 subgidname
+@@option subuidname
#### **--sysctl**=*name=value*