docker加载镜像:tar->image的过程 1.从tar包载入镜像: docker load -i {image_name}.tar 或者 docker load --input {image_name}.tar