打包镜像

docker save -o  redis.tar 镜像id

加载镜像

docker load -i redis.tar

 

相关文章: