问题
what is the purpose of fabric-tools and fabric-ca-tools and its diferences
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
回答1:
fabric-tools:
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 etc
Note: It doesnt have fabric-ca-client in order to talk to fabric-ca
fabric-ca-tools:
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 etc
Note: It does have fabric-ca-client in order to talk to fabric-ca
来源:https://stackoverflow.com/questions/57766211/difference-between-fabric-tools-and-fabric-ca-tools-images