Docker命令之:load命令

作用:

    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
禁止读入输出

实例:

  1. 从tar归档文件读取镜像
 docker load -i fabric-orderer.1.0.1.tar

猜你喜欢

转载自blog.csdn.net/point0mine/article/details/78897976
今日推荐