From 2032685796b02d5c8db42c0ce6f7deba395ebf62 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 15 Apr 2016 16:50:14 +0800 Subject: [PATCH] Add more steps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e8088adb..b9f0c398 100644 --- a/README.md +++ b/README.md @@ -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).