summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-01 15:21:04 +0200
committerGitHub <noreply@github.com>2022-08-01 15:21:04 +0200
commit034de2948a0b0ca1e1f279fbb63702ee90d7b822 (patch)
tree9b355f80e7d186b5cd1be32d417765a6b196e0c2 /docs/source
parent82137dc64e27a797126ad2d5fcc86af2a621993a (diff)
parent6c69a2ea1196388018446a4f18e5154a276970fc (diff)
downloadpodman-034de2948a0b0ca1e1f279fbb63702ee90d7b822.tar.gz
podman-034de2948a0b0ca1e1f279fbb63702ee90d7b822.tar.bz2
podman-034de2948a0b0ca1e1f279fbb63702ee90d7b822.zip
Merge pull request #15127 from Zocker1999NET/patch-1
[CI:DOCS] man podman-volume-import: Clarify that merge happens
Diffstat (limited to 'docs/source')
-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..ec5d5ebfc 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 with the latter taking 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.