简体   繁体   中英

docker pull hyperledger/fabric-peer is throwing error

docker pull hyperledger/fabric-peer is throwing error.

When I tried to setup docker locally and " docker-compose up " not up and runnning.

Please suggest.

Thanks in advance.

You can go and grab the version that suits you from here: https://store.docker.com/community/images/hyperledger/fabric-peer/tags

After that run this command

docker pull hyperledger/fabric-peer:your_version

Hyperledger readthedocs

I had to download the platform specific binaries.

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

This will pull a bunch of images, but it worked for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM