Error response from daemon: manifest for ibmblockchain/fabric-peer:latest not found

jitendra korde picture jitendra korde · Aug 30, 2017 · Viewed 46.8k times · Source

I'm trying to run the docker pull ibmblockchain/fabric-peer command, but I'm getting this error message:

Error response from daemon: manifest for ibmblockchain/fabric-peer:latest not found.

Is there any other way to pull this image ? Also trying to pull another images but get same error message.

Answer

Tarun Lalwani picture Tarun Lalwani · Aug 30, 2017

As you can see on below link the tag is not available

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

You should use 1.0.1

 docker pull ibmblockchain/fabric-peer:1.0.1