1.保存镜像

docker save -o 保存的文件名  来源镜像

2.加载镜像

docker load -i 保存的文件名

相关文章: