Use 0.6-dp in the setup script
parent
b50b1baa48
commit
f870b623a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue