From a17f9dc35df7475efb501cef16c6e3186a2811e0 Mon Sep 17 00:00:00 2001 From: sveneh Date: Wed, 4 Feb 2015 11:37:56 +0100 Subject: [PATCH] update docs for demo --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b2b9e07..706cdb4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,19 @@ eth-netstats ============ Ethereum Network Stats + +To run via Docker + +create a docker image via + +``` +docker build --tag="eth-netstats" path/to/eth-netstats-repo +``` + +run it via + +``` +docker run --publish=3000:3000 eth-netstats +``` + +see the interface at http://localhost:3000