Fabric-tools和Fabric-ca-tools图像之间的区别 [英] Difference between fabric-tools and fabric-ca-tools images

查看:134
本文介绍了Fabric-tools和Fabric-ca-tools图像之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

fabric-tools和fabric-ca-tools的用途是什么

what is the purpose of fabric-tools and fabric-ca-tools and its diferences

以下提到了Hyperledger Fabric的docker镜像

Below mentioned the docker images of Hyperledger Fabric

REPOSITORY                     TAG                 IMAGE ID            CREATED             SIZE
hyperledger/fabric-tools       1.4.3               18ed4db0cd57        7 days ago          1.55GB
hyperledger/fabric-tools       latest              18ed4db0cd57        7 days ago          1.55GB
hyperledger/fabric-ca-tools    latest              591e9bb05cad        11 months ago       1.55GB

推荐答案

fabric-tools :

当我们进行HLF网络创建自动化时,它是一个帮助容器,我们可以使用该容器生成配置资料,它将拥有所有可用的工具

It is a helper container when we go for automation of HLF network creation we can use this container for generating configuration stuff it will have all tools available

  • cryptogen
  • configtxgen
  • configtxlator等

注意:它没有 fabric-ca-client 以便与fabric-ca对话

Note: It doesnt have fabric-ca-client in order to talk to fabric-ca

fabric-ca-tools :

当我们进行HLF网络创建自动化时,它是一个帮助容器,我们可以使用该容器生成配置资料,它将拥有所有可用的工具

It is a helper container when we go for automation of HLF network creation we can use this container for generating configuration stuff it will have all tools available

  • cryptogen
  • configtxgen
  • configtxlator等

注意:它确实具有 fabric-ca-client 以便与fabric-ca对话

Note: It does have fabric-ca-client in order to talk to fabric-ca

这篇关于Fabric-tools和Fabric-ca-tools图像之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆