Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Blockchain by (4.1k points)

I am trying to start up the network using the following command

./network_setup.sh up  channel

After running this command I am receiving this error

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

How I can remove this error? please help me

1 Answer

0 votes
by (14.4k points)

You can resolve the issue by making some changes to the following line of code

image: hyperledger/fabric-orderer

In place of that, you may use, 

image: hyperledger/fabric-orderer:x86_64-1.0.0

Also, you may use other versions based on the availability in your Docker Hub. 

To know the availability, use the link 

https://hub.docker.com/r/hyperledger/fabric-orderer/tags/

Browse Categories

...