作用:
Load an image from a tar archive or STDIN
从tar归档文件或者标准输入流载入镜像
语法:
docker load [OPTIONS]
参数:
-i, –input string Read from tar archive file, instead of STDIN
从tar归档文件读取镜像,而不是标准输入流-q, –quiet Suppress the load output
禁止读入输出
实例:
- 从tar归档文件读取镜像
docker load -i fabric-orderer.1.0.1.tar