A docker compose scaffold for hyperledger fabric v0.6. This scaffold contains a list of custom ENROLLID and ENROLLSECRET
It consists of 3 particular nodes. The first one is Membersrvc where you can set the credentials for all peers in your network. The next one is the root validation node for the first peer in your network and the last one is the children validation nodes of the root validation node.
docker and docker-compose and vagrant version 1.8.6
Fabric baseimage ,
docker pull hyperledger/fabric-baseimage:x86_64-0.2.2
docker tag <fabric-baseimage image id> hyperledger/fabric-baseimage:latest
Membersrvc node,
docker pull punneng/hyperledger-fabric-membersrvc
cd your/workplace/hyperledger-fabric-docker/membersrvc
docker-compose up
the second one, Root node with ENROLLID test_vp0
and ENROLLID hackathon000
docker pull hyperledger/fabric-peer:latest
cd your/workplace/hyperledger-fabric-docker/osx_or_linux/root
docker-compose up
and the last one is the additional validation node with ENROLLID test_vp1
and ENROLLID hackathon001
cd your/workplace/hyperledger-fabric-docker/osx_or_linux/peer
docker-compose up