Merge pull request #15127 from Zocker1999NET/patch-1

[CI:DOCS] man podman-volume-import: Clarify that merge happens
This commit is contained in:
OpenShift Merge Robot 2022-08-01 15:21:04 +02:00 committed by GitHub
commit 034de2948a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.