diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-15 06:05:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 06:05:41 -0400 |
commit | 76f9f96af99236731ffc5a3a408c834405b49b72 (patch) | |
tree | cc965a1974ea1b57214de78ddbeefa0dc122c5ab | |
parent | 4138cc9167bf0983b80cf942e4e4b14c8754ce80 (diff) | |
parent | 6fe9bd0f7a7073dc95c2b3f4d8e2bfa8b16c34f5 (diff) | |
download | podman-76f9f96af99236731ffc5a3a408c834405b49b72.tar.gz podman-76f9f96af99236731ffc5a3a408c834405b49b72.tar.bz2 podman-76f9f96af99236731ffc5a3a408c834405b49b72.zip |
Merge pull request #6974 from sshnaidm/fixdocs1
docs: user namespace can't be shared in pods
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md | 2 |
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 1401400bb..d60fc65fe 100644 --- a/docs/source/markdown/podman-pod-create.1.md +++ b/docs/source/markdown/podman-pod-create.1.md @@ -108,7 +108,7 @@ If another pod with the same name already exists, replace and remove it. The de **--share**=*namespace* -A comma delimited list of kernel namespaces to share. If none or "" is specified, no namespaces will be shared. The namespaces to choose from are ipc, net, pid, user, uts. +A comma delimited list of kernel namespaces to share. If none or "" is specified, no namespaces will be shared. The namespaces to choose from are ipc, net, pid, uts. The operator can identify a pod in three ways: UUID long identifier (“f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778”) |