docker save -o <save image to path> <image name> 然后使用常规文件传输工具(如cp或)将图像复制到新系统scp。之后,你将不得不将图像加载到docker中:
docker load -i <path to image tar file>