summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-15 09:32:35 -0400
committerGitHub <noreply@github.com>2021-04-15 09:32:35 -0400
commitb074e80351de2be0ea2888ac54f92bc542209a36 (patch)
tree5804a54cd18c2a22eee5c640a0b8614f69907464 /docs/source/markdown/podman-run.1.md
parent0a13b1a2458cadc94e846115f5a019f8c46c64ea (diff)
parent693352c841975ac89e04e89cc951dbb9f359c8a7 (diff)
downloadpodman-b074e80351de2be0ea2888ac54f92bc542209a36.tar.gz
podman-b074e80351de2be0ea2888ac54f92bc542209a36.tar.bz2
podman-b074e80351de2be0ea2888ac54f92bc542209a36.zip
Merge pull request #10035 from pablofsf/volume-chown-docs
[CI:DOCS] Update documentation of podman-run to reflect volume "U" option
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r--docs/source/markdown/podman-run.1.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index 3fad9bf64..40b271828 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1155,9 +1155,14 @@ read-write mode, respectively. By default, the volumes are mounted read-write.
`Chowning Volume Mounts`
-By default, Podman does not change the owner and group of source volume directories mounted into containers. If a container is created in a new user namespace, the UID and GID in the container may correspond to another UID and GID on the host.
-
-The `:U` suffix tells Podman to use the correct host UID and GID based on the UID and GID within the container, to change recursively the owner and group of the source volume.
+By default, Podman does not change the owner and group of source volume
+directories mounted into containers. If a container is created in a new user
+namespace, the UID and GID in the container may correspond to another UID and
+GID on the host.
+
+The `:U` suffix tells Podman to use the correct host UID and GID based on the
+UID and GID within the container, to change recursively the owner and group of
+the source volume.
**Warning** use with caution since this will modify the host filesystem.