简体   繁体   中英

How do I run trade.sh script on hyperledger fabric?

What the heck am I doing wrong? I cannot get the trade.sh script up.... Can I start it with docker-compose instead? How?

vagrant@ubuntu-xenial:~/go/src/trade-finance-logistics/network$ ./trade.sh up Starting with channel 'tradechannel' Continue? [Y/n] Y proceeding ... ./trade.sh: line 138: configtxlator: command not found Unable to find image 'hyperledger/fabric-tools:latest' locally docker: Error response from daemon: manifest for hyperledger/fabric-tools:latest not found: manifest unknown: manifest unknown. See 'docker run --help'. LOCAL_VERSION= DOCKER_IMAGE_VERSION=

thanks fam

The latest tag from the fabric docker images is removed. Use the tag 2.2 instead of the latest. Update the docker-compose file and change the image from hyperledger/fabric-tools:latest to hyperledger/fabric-tools:2.2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM