Back

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

I have just started exploring the blockchain technology. I was working around the installation part by following this tutorial.

I have created /mychain directory and docker-compose.yml. when I run the command sudo docker-compose up it starts pulling member services hyperledger/fabric-membersrvc. But after that, it throws an error

Pulling vp0 (hyperledger/fabric-peer:latest)...

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

Please someone guide me on this.

1 Answer

0 votes
by (29.5k points)
edited by

Change the tag from latest to x86_64-1.0.2 in the compose file. You can get all available tags on below link

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

You can even check out the Blockchain Certification Course by Intellipaat to have more knowledge about this topic.

Browse Categories

...