Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (4.1k points)

I'm a newer for the hyperledger and just studying it by following the tutorials on http://hyperledger-fabric.readthedocs.io. I am trying to build the first network using "first-network" in the fabric-samples. The ./byfn -m generate is OK. But after typing ./byfn -m up, I meet

/bin/bash: ./scripts/script.sh: No such file or directory

error and the process hangs.

What is going wrong?

PS: The OS is Windows 10.

1 Answer

0 votes
by (14.4k points)

The issue that you are facing can be resolved with a simple change in your local firewall settings. If your local firewall is enabled, it may stop the Docker Daemon (depending on your Docker Configuration) from accessing shared drives in your local Windows Docker environment. 

Disable your local firewall, restart docker daemon and try executing the above command. It should run.

Browse Categories

...