导出单个镜像 docker save -o <文件路径> <镜像名称>:<标签> 导出多个镜像 docker save -o <文件路径> <镜像名称>:<标签> <镜像名称>:<标签> 导入镜像 docker load -i <文件路径>