diff options
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. |