📅  最后修改于: 2022-03-11 14:56:59.040000             🧑  作者: Mango
You will need to save the Docker image as a tar file:
docker save -o
T
hen copy your image to a new system with regular file transfer tools such as cp, scp or rsync(preferred for big files). After that you will have to load the image into Docker:
docker load -i