I am trying to start up network using following command
./network_setup.sh up channel
After running this command I am receiving this errro
This worked for me: replace the below line in yaml file:
image: hyperledger/fabric-orderer
with line:
image: hyperledger/fabric-orderer:x86_64-1.0.0
You can choose some other version as well based on availability in docker hub ( https://hub.docker.com/r/hyperledger/fabric-orderer/tags/ )