Solo  当前访客:4 开始使用
浏览数: 130428    文章总数: 48   

Docker保存镜像并保存到文件。

提交容器到镜像

docker commit 容器id 镜像名字

镜像保存到文件

docker save 镜像id > 文件名字.tar