I've been trying to setup hyperledger fabric for weeks and this step is blocking me from using it:
- I start the network and create a channel and when I deploy the chain code it give the error below: Error: chaincode install failed with status: 500 - failed to invoke backing implementation of 'InstallChaincode': could not build chaincode: docker build failed: docker image inspection failed: cannot connect to Docker endpoint Everything is running with administrator privileges on a windows 11 machine. I also tried installing it on a windows 10 machine but it did not work.
I also get this error when I create a channel which prevents the anchor peer from running.
I've gone through every shell script in search of any errors but couldn't find any. There no solutio on Google or stackoverflow, help would be really appreciated.
I treid everything, spent countless weeks on Google and Stackoverflow and no solution was found.