Burakcan Ekici
Mar 10, 2021

--

Hi Sarwar,

Can you follow the "Down the Network" part below. Somehow, the Orderer peer could not work.

Down your network with the following command;

docker-compose -f docker-compose-cli.yaml down

Clean your existed docker images and containers with the following commands;

docker rm $(docker ps -aq)

docker volume prune

Then follow the guide from beginning again.

I hope it will work.

--

--

No responses yet