Case dockers / fabric peers throw error

Docker glue / tap-rush hyperglade throws an error.

When I tried to install docker locally and " docker-compose up " is not up and does not start.

Please suggest.

Thanks in advance.

+3


source to share


2 answers


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

After that run this command



docker pull hyperledger/fabric-peer:your_version

      

+1


source


Hyperledger readthedocs

I had to download platform specific binaries.



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

      

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

0


source







All Articles