hyperledger / fabric-samples

Samples for Hyperledger Fabric
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
2.78k stars 3.38k forks source link

I'm unable to start mt fabric network. Error msg - #1256

Open osemuaimiosior opened 2 hours ago

osemuaimiosior commented 2 hours ago

I get this error msg: Peer binary and configuration files not found..

I have installed the docker binaries and clone the fabric repo as seen in the image, pls i'm not sure what I'm doing wrong, thanks.

Screenshot 2024-10-06 003301

Below i tried to start up the network, i get an error message.

Screenshot 2024-10-11 110345
bestbeforetoday commented 2 hours ago

It looks like you might not have Docker properly installed or running on your machine. Since the download of the Docker images failed, the install script did not proceed to download the Fabric binaries and configuration. Without these you cannot start the test network.

Not the prerequisites in the Fabric documentation:

https://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html

If you are using a Windows environment, I would strongly recommend installing Windows Subsystem for Linux (WSL2) and installing everything (including Docker) there using the instructions for a Linux (Ubuntu) environment.