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