I played Hyperledger in these days, followed the hyperledger docs, when I ran the script in the network tutorial and got the following errors, the source codes of this tutorials is here:
$ ./byfn.sh -m up -l node
Starting for channel 'mychannel' with CLI timeout of '10' seconds and CLI delay of '3' seconds
Continue? [Y/n] y
proceeding ...
LOCAL_VERSION=1.2.0
DOCKER_IMAGE_VERSION=1.2.0
Creating peer1.org2.example.com ... done
Creating peer0.org1.example.com ... done
Creating orderer.example.com ... done
Creating peer0.org2.example.com ... done
Creating peer1.org1.example.com ... done
Creating cli ... done
OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused "exec: \"scripts/script.sh\": stat scripts/script.sh: no such file or directory": unknown
ERROR !!!! Test failed
I was using the latest Docker Toolbox 18.06.01 under Windows 10, any one here tried this with Docker Toolbox? I am not sure this is a Docker Toolbox problem or a generic Docker problem under Windows system.