aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-12 15:46:38 +0200
committerGitHub <noreply@github.com>2022-09-12 15:46:38 +0200
commit3b9e31c9bb0c36f30ed524ecef7accc1e1e76966 (patch)
tree648a5074ab8e58f75f16e5cf8873cdf849182718
parent4d202f067d284b5d18f17a7a0b227259871978fa (diff)
parent050ae6181752cfa55b1b2f7d70d8aeb8f03e5d24 (diff)
downloadpodman-3b9e31c9bb0c36f30ed524ecef7accc1e1e76966.tar.gz
podman-3b9e31c9bb0c36f30ed524ecef7accc1e1e76966.tar.bz2
podman-3b9e31c9bb0c36f30ed524ecef7accc1e1e76966.zip
Merge pull request #15747 from vrothberg/docs-volume
[CI:DOCS] --volume: consistent wording
-rw-r--r--docs/source/markdown/options/volume.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/options/volume.md b/docs/source/markdown/options/volume.md
index 6d0d9a4b3..9c4a7f981 100644
--- a/docs/source/markdown/options/volume.md
+++ b/docs/source/markdown/options/volume.md
@@ -1,7 +1,7 @@
#### **--volume**, **-v**=*[[SOURCE-VOLUME|HOST-DIR:]CONTAINER-DIR[:OPTIONS]]*
Create a bind mount. If `-v /HOST-DIR:/CONTAINER-DIR` is specified, Podman
-bind mounts `/HOST-DIR` in the host to `/CONTAINER-DIR` in the Podman
+bind mounts `/HOST-DIR` from the host into `/CONTAINER-DIR` in the Podman
container. Similarly, `-v SOURCE-VOLUME:/CONTAINER-DIR` will mount the named
volume from the host into the container. If no such named volume exists, Podman will
create one. (Note when using the remote client, including Mac and Windows (excluding WSL2) machines, the volumes will be mounted from the remote server, not necessarily the client machine.)