summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-volume-import.1.md
diff options
context:
space:
mode:
authorFelix Stupp <me+github@banananet.work>2022-07-30 19:02:14 +0000
committerMatthew Heon <mheon@redhat.com>2022-08-10 16:46:05 -0400
commit54ee42331aa3a986c786832ea2c50dfcb22a7106 (patch)
tree5b4443abc940e17bc5045d911268497e244cf79f /docs/source/markdown/podman-volume-import.1.md
parentc5c0efc95aed4d3a44de3225f87780229c2e6732 (diff)
downloadpodman-54ee42331aa3a986c786832ea2c50dfcb22a7106.tar.gz
podman-54ee42331aa3a986c786832ea2c50dfcb22a7106.tar.bz2
podman-54ee42331aa3a986c786832ea2c50dfcb22a7106.zip
man podman-volume-import: Clarify that merge happens
Current directories and files stay the same with the current implementation as long as the tarball does not contain a directories or files with the same name. Signed-off-by: Felix Stupp <me+github@banananet.work>
Diffstat (limited to 'docs/source/markdown/podman-volume-import.1.md')
-rw-r--r--docs/source/markdown/podman-volume-import.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-volume-import.1.md b/docs/source/markdown/podman-volume-import.1.md
index 4ae9ae1e2..4df250e95 100644
--- a/docs/source/markdown/podman-volume-import.1.md
+++ b/docs/source/markdown/podman-volume-import.1.md
@@ -9,6 +9,7 @@ podman\-volume\-import - Import tarball contents into an existing podman volume
## DESCRIPTION
**podman volume import** imports the contents of a tarball into the podman volume's mount point.
+The contents of the volume will be merged with the content of the tarball, the latter takes precedence.
**podman volume import** can consume piped input when using `-` as source path.
The given volume must already exist and will not be created by podman volume import.