我主要用到了两个指令
docker images查看需要保存的镜像列表
保存
docker image save -o docker.tar 镜像来源:镜像标签
导入
docker load -i docker.tar