📜  docker load and save - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:59.040000             🧑  作者: Mango

代码示例2
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