Add more steps

pull/1/head
Baohua Yang 2016-04-15 16:50:14 +08:00
parent 6db52f9528
commit 2032685796
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ $ docker tag yeasy/hyperledger:latest openblockchain/baseimage:latest
$ docker pull yeasy/hyperledger-peer:latest
```
Then you can start a 4 nodes hyperledger cluster with
```sh
$ docker-compose up
```
After the cluster is synced, you can validate from the container or from the
host. See [hyperledger-peer](https://github .com/yeasy/docker-hyperledger-peer).