avalon
avalon copied to clipboard
error when install chaincode by fabric
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?
The folder you are calling the script from can cause this problem. Minifab generates the network name based on the folder
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