mirror of https://github.com/containers/podman.git
Merge pull request #15127 from Zocker1999NET/patch-1
[CI:DOCS] man podman-volume-import: Clarify that merge happens
This commit is contained in:
commit
034de2948a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue