I want to migrate all images locally to a new PC(win10), what should I do?

I have downloaded some images using "docker pull ", and I know these images are stored in the Hyper-V visual machine “MobylinuxVM”.
Now, I want to migrate the environment of docker to a new PC( win10 ), but I cannot pull these huge images because of my slow network.
I can install Docker to the new PC, and Hyper-V is OK, how to migrate these images from my VM to the new PC’s VM? And how to migrate these to a new PC ( Linux ) ?

Docker save and load are probably what you’re looking for: https://docs.docker.com/engine/reference/commandline/save/

1 Like

Thx very much! i’m reading it and testing.