aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagi Shnaidman <sshnaidm@redhat.com>2020-07-14 19:59:01 +0300
committerMatthew Heon <matthew.heon@pm.me>2020-07-22 14:17:38 -0400
commitded829cddecdb94e3b994cf7d8bea8559e1e55c3 (patch)
treef50861a1de4f5b90d7997eb23932196589b98848
parent9c8ffc4615d178bd21e18347128e10ca5ca5d7d8 (diff)
downloadpodman-ded829cddecdb94e3b994cf7d8bea8559e1e55c3.tar.gz
podman-ded829cddecdb94e3b994cf7d8bea8559e1e55c3.tar.bz2
podman-ded829cddecdb94e3b994cf7d8bea8559e1e55c3.zip
docs: user namespace can't be shared in pods
When running "podman pod create --share user" the errors appears: Error: User sharing functionality not supported on pod level Fix docs and remove 'user' from shareable parameters. Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
-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 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”)