Use 0.6-dp in the setup script

pull/16/head
Baohua Yang 2016-10-16 08:46:52 +08:00
parent b50b1baa48
commit f870b623a2
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ curl -L https://github.com/docker/compose/releases/download/1.8.0/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
docker pull yeasy/hyperledger-fabric:latest \
&& docker tag yeasy/hyperledger-fabric:latest hyperledger/fabric-peer:latest \
&& docker tag yeasy/hyperledger-fabric:latest hyperledger/fabric-baseimage:latest \
&& docker tag yeasy/hyperledger-fabric:latest hyperledger/fabric-membersrvc:latest
docker pull yeasy/hyperledger-fabric:0.6-dp \
&& docker tag yeasy/hyperledger-fabric:0.6-dp hyperledger/fabric-peer:latest \
&& docker tag yeasy/hyperledger-fabric:0.6-dp hyperledger/fabric-baseimage:latest \
&& docker tag yeasy/hyperledger-fabric:0.6-dp hyperledger/fabric-membersrvc:latest
cd pbft
docker-compose up