#导出容器 docker export [options] container # docker export -o xx.tar base_mes_1
docker import xx.tar base_mes:1.1
其中xxx.tar为目标文件,base_mes:1.1是目标镜像名:tag