I am following the tutorial on http://hyperledger-fabric.readthedocs.io to setup my own hyperledger. I am building the first network using "first-network" in the fabric-samples. The ./byfn -m generate is OK, but after using ./byfn -m up I receive the below error:
/bin/bash: ./scripts/script.sh: No such file or directory
The script.sh file is available in:
\fabric-samples\first-network\scripts
After running 'docker ps -a' I get:
My OS is Windows 10. Does anyone know what is causing this and how to resolve this?