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

前端 未结 6 2176
离开以前
离开以前 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:13

    In the documentation there's an easily missed script: http://hyperledger-fabric.readthedocs.io/en/v1.1.0-alpha/samples.html

    curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.1.0-alpha

    The script downloads the Hyperledger Fabric docker images from Docker Hub into your local Docker environment and tag them as ‘latest’. It's very fast and does the job better than renaming all the files.

    Also if you actually pull the Fabric repository from Github and do a make docker it will create the :latest images.

提交回复
热议问题