summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-11-30 11:09:51 -0800
committerGitHub <noreply@github.com>2018-11-30 11:09:51 -0800
commitb504623a1153c761604196dcd907cbdf165afa8b (patch)
treed327f82c16ab2a6021828058fd0571fd55e97d73 /docs/podman-run.1.md
parent36364b18a97c6dc967c2cd36f34a672b9d102f0e (diff)
parent3beacb73bced227b211bf3b8710382b94358614b (diff)
downloadpodman-b504623a1153c761604196dcd907cbdf165afa8b.tar.gz
podman-b504623a1153c761604196dcd907cbdf165afa8b.tar.bz2
podman-b504623a1153c761604196dcd907cbdf165afa8b.zip
Merge pull request #1317 from rhatdan/privileged
Disable mount options when running --privileged
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 202091b07..a6761a393 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -451,8 +451,9 @@ container is not allowed to access any devices. A “privileged” container
is given access to all devices.
When the operator executes **podman run --privileged**, podman enables access
-to all devices on the host as well as set turn off most of the security measures
-protecting the host from the container.
+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.
**-p**, **--publish**=[]