ERROR: manifest for hyperledger/fabric-orderer:latest not found

前端 未结 6 2208
离开以前
离开以前 2021-02-08 04:19

I am trying to start up network using following command

./network_setup.sh up  channel

After running this command I am receiving this errro

6条回答
  •  一个人的身影
    2021-02-08 05:21

    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/ )

提交回复
热议问题