diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-13 08:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 08:27:15 +0100 |
commit | aa554d7ba250390ac2383165edecc27f37a07896 (patch) | |
tree | 700e505711b9ef502873ce250f1b621a16ae3053 /docs/source/markdown/podman-create.1.md | |
parent | 55dd73cf5830eb44128f5b580cee3fb1e74dbea6 (diff) | |
parent | 9c8e2822cb95679106a26fd4eb92f8323148a619 (diff) | |
download | podman-aa554d7ba250390ac2383165edecc27f37a07896.tar.gz podman-aa554d7ba250390ac2383165edecc27f37a07896.tar.bz2 podman-aa554d7ba250390ac2383165edecc27f37a07896.zip |
Merge pull request #4841 from markstos/issue-4840-improve-privileged-docs
docs: --privileged docs completeness, consistency
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 2bbe4f70a..fdc2edf39 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -586,7 +586,7 @@ To make a pod with more granular options, use the `podman pod create` command be Give extended privileges to this container. The default is *false*. By default, Podman containers are -“unprivileged” (=false) and cannot, for example, modify parts of the kernel. +“unprivileged” (=false) and cannot, for example, modify parts of the operating system. This is because by default a container is not allowed to access any devices. A “privileged” container is given access to all devices. @@ -595,6 +595,8 @@ to all devices on the host, turns off graphdriver mount options, as well as turning off most of the security measures protecting the host from the container. +Rootless containers cannot have more privileges than the account that launched them. + **--publish**, **-p**=*port* Publish a container's port, or range of ports, to the host |