diff options
author | Felix Stupp <me+github@banananet.work> | 2022-07-30 19:02:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 19:02:14 +0000 |
commit | c21306f061d16bf91a9666ad0b60cd3db161ce25 (patch) | |
tree | cd1883a6030039942c312bd3f9130f8a56f7a364 /docs/source/markdown/podman-volume-import.1.md | |
parent | fed326d8a6f8d4f7dc490099b29d51fc1754789f (diff) | |
download | podman-c21306f061d16bf91a9666ad0b60cd3db161ce25.tar.gz podman-c21306f061d16bf91a9666ad0b60cd3db161ce25.tar.bz2 podman-c21306f061d16bf91a9666ad0b60cd3db161ce25.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.md | 1 |
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. |