Docker容器和镜像的导入、导出

1、镜像导出 save 查看镜像 docker images 导出镜像 docker save -o test.tar image_name 或者web docker save image_name > /test.tar 2、容器导出 export 导出容器,命令格式为: docker export [-o|--output[=""]] CONTATINER 或docker docker exp
相关文章
相关标签/搜索