diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-30 19:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 19:39:56 +0200 |
commit | 6189232ef8f92c9d76894667758005edbbb371ce (patch) | |
tree | 0f360a29b95bf97200d5fac79a099f0d518435b5 /docs/source/markdown/podman-create.1.md | |
parent | f7ad9fbd9e334b5daf9f3af9160cc8fab82255d6 (diff) | |
parent | 5b50fa565fa162cea761222b90986d72027c5738 (diff) | |
download | podman-6189232ef8f92c9d76894667758005edbbb371ce.tar.gz podman-6189232ef8f92c9d76894667758005edbbb371ce.tar.bz2 podman-6189232ef8f92c9d76894667758005edbbb371ce.zip |
Merge pull request #9882 from rhatdan/volume
Document --volume from podman-remote run/create client
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 9ae4ab207..f56319cf3 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1029,7 +1029,7 @@ Create a bind mount. If you specify, ` -v /HOST-DIR:/CONTAINER-DIR`, Podman bind mounts `/HOST-DIR` in the host to `/CONTAINER-DIR` in the Podman container. Similarly, `-v SOURCE-VOLUME:/CONTAINER-DIR` will mount the volume in the host to the container. If no such named volume exists, Podman will -create one. The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup> +create one. The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup> (Note when using the remote client, the volumes will be mounted from the remote server, not necessarly the client machine.) The _options_ is a comma delimited list and can be: |