📜  docker save - Shell-Bash 代码示例

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

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