minus-squareo/1MS\o ⌨️🐧 | #WeAreNatenom@norden.socialtoSelf Hosted - Self-hosting your services.@lemmy.ml•Moving docker image data between VMslinkfedilinkarrow-up3·20 days ago@thirdBreakfast @trilobite 🤔 Interestingly, handling of volumes with podman is much more easier: podman volume export myvol --output myvol.tar podman volume import myvol myvol.tar https://docs.podman.io/en/latest/markdown/podman-volume-export.1.html I also checked the docker volume client documentation and there is no export command available like for podman. https://docs.docker.com/reference/cli/docker/volume/ linkfedilink
@thirdBreakfast @trilobite 🤔
Interestingly, handling of volumes with podman is much more easier:
podman volume export myvol --output myvol.tarpodman volume import myvol myvol.tarhttps://docs.podman.io/en/latest/markdown/podman-volume-export.1.html
I also checked the docker volume client documentation and there is no export command available like for podman.
https://docs.docker.com/reference/cli/docker/volume/