hyperledger-archives / avalon

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
https://wiki.hyperledger.org/display/avalon/Hyperledger+Avalon
Apache License 2.0
136 stars 93 forks source link

error when install chaincode by fabric #742

Open Ruk1ng001 opened 3 years ago

Ruk1ng001 commented 3 years ago

I test fabric.When I run

./script/./scripts/start_fabric.sh -u

I get error as follows:

# Run the chaincode install script on cli container ***********
  non-zero return code
  Error: No such container: 94e6ce4dd0_cli

docker image is

CONTAINER ID   IMAGE                              COMMAND                  CREATED          STATUS          PORTS      NAMES
51bec597b16b   hyperledger/fabric-tools:2.0.0     "/bin/sh"                24 minutes ago   Up 24 minutes              fe4e639c2f_cli

why the name not equal?

michalrybarczyk commented 3 years ago

The folder you are calling the script from can cause this problem. Minifab generates the network name based on the folder

Ruk1ng001 commented 3 years ago

The folder you are calling the script from can cause this problem. Minifab generates the network name based on the folder

I use this script in main directory of avalon