diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-07 14:36:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 14:36:56 +0200 |
commit | 7946628734ba7cf866fcc8445b00f7dd8d9b245c (patch) | |
tree | 5075911212f48ef5b066e79dbd727a4b643eb1f1 /docs/source/markdown/podman-create.1.md.in | |
parent | ac8c1e1c22e5a2a69dc067523aa7faeeed79abdd (diff) | |
parent | 4675103c22b23de7c30ff3ae979700e90d7f3adb (diff) | |
download | podman-7946628734ba7cf866fcc8445b00f7dd8d9b245c.tar.gz podman-7946628734ba7cf866fcc8445b00f7dd8d9b245c.tar.bz2 podman-7946628734ba7cf866fcc8445b00f7dd8d9b245c.zip |
Merge pull request #15653 from edsantiago/docs_dedup_sysctl
[CI:DOCS] Man pages: refactor common options: --sysctl
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index ac45fa61d..68bd06472 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -500,21 +500,7 @@ When size is `0`, there is no limit on the amount of memory used for IPC by the @@option subuidname -#### **--sysctl**=*SYSCTL* - -Configure namespaced kernel parameters at runtime - -IPC Namespace - current sysctls allowed: - -kernel.msgmax, kernel.msgmnb, kernel.msgmni, kernel.sem, kernel.shmall, kernel.shmmax, kernel.shmmni, kernel.shm_rmid_forced -Sysctls beginning with fs.mqueue.* - -Note: if you use the --ipc=host option these sysctls will not be allowed. - -Network Namespace - current sysctls allowed: - Sysctls beginning with net.* - -Note: if you use the --network=host option these sysctls will not be allowed. +@@option sysctl @@option systemd |