IBM-Blockchain-Archive / fabric-images

Docker images and Docker Compose files for running the Hyperledger fabric
Apache License 2.0
36 stars 50 forks source link

docker-compose -f single-peer-ca.yaml up Failed #34

Open YvesHarrison opened 7 years ago

YvesHarrison commented 7 years ago

I use root to run docker-compose -f single-peer-ca.yaml up command. It downloaded newer image for ibmblockchain/fabric-peer-0.6.1-preview at first. Then log showed "Building baseimage" and returned with error: cannot located specified dockerfile: dockerfile. What should I do to solve this problem? Thanks!

mastersingh24 commented 7 years ago

@YvesHarrison - Is there a reason you are trying to use this archived material? We no longer actively maintain any of this stuff

YvesHarrison commented 7 years ago

@mastersingh24 I was following an old guide to run Hyperledger fabric code. The guide use this material. And could you please tell my where could I find the latest Docker Compose files for running Hyperledger fabric code?