diff options
author | Sagi Shnaidman <sshnaidm@redhat.com> | 2020-07-14 19:59:01 +0300 |
---|---|---|
committer | Sagi Shnaidman <sshnaidm@redhat.com> | 2020-07-14 20:05:40 +0300 |
commit | 6fe9bd0f7a7073dc95c2b3f4d8e2bfa8b16c34f5 (patch) | |
tree | 56fb19e0bc0aa52f8c355ed8d2cf4ccff0b34131 /docs/source | |
parent | d83077b16c14b05967fa1f92c7067299367a286f (diff) | |
download | podman-6fe9bd0f7a7073dc95c2b3f4d8e2bfa8b16c34f5.tar.gz podman-6fe9bd0f7a7073dc95c2b3f4d8e2bfa8b16c34f5.tar.bz2 podman-6fe9bd0f7a7073dc95c2b3f4d8e2bfa8b16c34f5.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>
Diffstat (limited to 'docs/source')
-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”) |