summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-26 16:21:40 +0200
committerGitHub <noreply@github.com>2022-07-26 16:21:40 +0200
commit7f0fab10d1c43a7605da9c47900e0ae7a2120c11 (patch)
tree56723e57c6de54cfdd118d55937eeebf8a158a24 /docs
parenta298909decc9091da8cc134e6eb2f38a70635a30 (diff)
parent27679d80b897b80c10553db0e2048a19ca17737d (diff)
downloadpodman-7f0fab10d1c43a7605da9c47900e0ae7a2120c11.tar.gz
podman-7f0fab10d1c43a7605da9c47900e0ae7a2120c11.tar.bz2
podman-7f0fab10d1c43a7605da9c47900e0ae7a2120c11.zip
Merge pull request #15059 from cdoern/infra
pod create --share none should not create infra
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-pod-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md b/docs/source/markdown/podman-pod-create.1.md
index 6ed66c599..7b63ac51d 100644
--- a/docs/source/markdown/podman-pod-create.1.md
+++ b/docs/source/markdown/podman-pod-create.1.md
@@ -373,7 +373,7 @@ Note: Labeling can be disabled for all containers by setting label=false in the
#### **--share**=*namespace*
-A comma-separated list of kernel namespaces to share. If none or "" is specified, no namespaces will be shared. The namespaces to choose from are cgroup, ipc, net, pid, uts. If the option is prefixed with a "+" then the namespace is appended to the default list, otherwise it replaces the default list. Defaults matches Kubernetes default (ipc, net, uts)
+A comma-separated list of kernel namespaces to share. If none or "" is specified, no namespaces will be shared and the infra container will not be created unless expiclity specified via **--infra=true**. The namespaces to choose from are cgroup, ipc, net, pid, uts. If the option is prefixed with a "+" then the namespace is appended to the default list, otherwise it replaces the default list. Defaults matches Kubernetes default (ipc, net, uts)
#### **--share-parent**