导出 docker save 镜像 > 镜像.tar 例子 docker save 192.168.20.20:8888/kc-evo/mysql:5.7 > mysql.tar 导入 docker load —input 镜像.tar docker load —input mysql.tar