Move my existing dockers to a new computer - from Windows to Ubuntu

Viewed 17

I have an old laptop and I want to move my docker machines to a new computer. My old OS is Windows 10, my new one is Ubuntu.

Will this work or do I need some additional changes since I'm not using the same OS?

docker save -o <save image to path> <image name>

docker load -i <path to image tar file>
0 Answers
Related