podman-volume-import - Import tarball contents into a podman volume
podman volume import volume [source]
podman volume import imports the contents of a tarball into the podman volume's mount point. podman volume import can consume piped input when using -
as source path.
Note: Following command is not supported by podman-remote.
podman volume import VOLUME [SOURCE]
Print usage statement
$ gunzip -c hellow.tar.gz | podman volume import myvol -
$ podman volume import myvol test.tar
$ podman volume export myvol | podman volume import oldmyvol -