How to reuse docker format image storage from podman #11986
Unanswered
osadalakmal
asked this question in
Q&A
Replies: 1 comment
-
No, Podman and Docker use different storage mechanisms. Podman talks to the Docker daemon, and pulls locally. This will use twice the storage, but you will not need to pull over the network. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I reuse the docker format images I already have in
/var/lib/docker
with podman? I have multiple GBs worth of images that I will rather not download again. How can I get podman images command to look in/var/lib/docker
instead of/var/lib/containers
? Do I have to go through the docker daemon unix socket? Or can I directly pass a file URI?Beta Was this translation helpful? Give feedback.
All reactions