Merge pull request #9 from sveneh/demo

update docs for demo
This commit is contained in:
Marian OANCΞA 2015-02-05 01:34:15 +02:00
commit f8ce292866
1 changed files with 16 additions and 0 deletions

View File

@ -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