导出单个镜像

docker save -o <文件路> <镜像名>:<>

导出多个镜像

docker save -o <文件路> <镜像名>:<> <镜像名>:<>

导入镜像

docker load -i <文件路>