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>