o/1MS\o ⌨️🐧 | #WeAreNatenom
SELECT
‘#bicycle 🚴♂️’
,‘#databases’
,‘#sql’
,‘#selfhosting’
,‘#Linux 🐧’
,‘Team vi’
,‘#mdRzA’
,‘Generation X’
FROM life
WHERE 0 = 0
;
- 0 Posts
- 1 Comment
Joined 4 years ago
Cake day: May 5th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.

@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/