Reputation: 171
Using the IBM Blockchain extension on VSCode, I get the following error when trying to instantiate my Smart Contract on my channel: Error instantiating smart contract: chaincode registration failed: container exited with 1
I've tried deleting and building the smart contract package again.
Upvotes: 1
Views: 2302
Reputation: 11
List all the docker containers
docker container ls
Stop the containers
docker container stop containerid
Remove the container
docker rm containerid
Upvotes: 1
Reputation: 1
Try deleting docker container
restart the network and install the package again
Upvotes: 0