docker导出导入镜像

docker images
#导出,最后的hash为镜像id
docker save -o tomcat-img.tar 7bec7dec921a

#导入
docker load --input /opt/tomcat-img.tar
相关文章
相关标签/搜索