diff options
author | flouthoc <flouthoc.git@gmail.com> | 2021-08-23 16:13:48 +0530 |
---|---|---|
committer | flouthoc <flouthoc.git@gmail.com> | 2021-08-26 14:14:14 +0530 |
commit | d5507704e9de0a4c0835f66668985eaf67ab3a72 (patch) | |
tree | d0483c85300ccee5b600107580441cf26f48d350 /docs/source/markdown/podman-volume-export.1.md | |
parent | 23f9565547ae2a6b0154e6913abf7f1232f0ece0 (diff) | |
download | podman-d5507704e9de0a4c0835f66668985eaf67ab3a72.tar.gz podman-d5507704e9de0a4c0835f66668985eaf67ab3a72.tar.bz2 podman-d5507704e9de0a4c0835f66668985eaf67ab3a72.zip |
volumes: Add volume import to allow importing contents on tar into volume
Following feature makes sure that users can load contents of external
tarball into the podman volumes.
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-volume-export.1.md')
-rw-r--r-- | docs/source/markdown/podman-volume-export.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-volume-export.1.md b/docs/source/markdown/podman-volume-export.1.md index caaa37652..7db1e421d 100644 --- a/docs/source/markdown/podman-volume-export.1.md +++ b/docs/source/markdown/podman-volume-export.1.md @@ -35,4 +35,4 @@ $ podman volume export myvol --output myvol.tar ``` ## SEE ALSO -podman-volume(1) +podman-volume(1), podman-volume-import(1) |