docker.grassecon.net/kitabu/ethstats-client:1.0.0
Go to file
Marian Oancea 3475330fcf init commit 2015-02-12 00:21:10 +02:00
bin init commit 2015-02-12 00:21:10 +02:00
Dockerfile init commit 2015-02-12 00:21:10 +02:00
LICENSE init commit 2015-02-12 00:21:10 +02:00
Procfile init commit 2015-02-12 00:21:10 +02:00
README.md init commit 2015-02-12 00:21:10 +02:00
app.js init commit 2015-02-12 00:21:10 +02:00
package.json init commit 2015-02-12 00:21:10 +02:00

README.md

eth-netstatsservice

Ethereum Network Stats Service

To run via Docker

create a docker image via

docker build --tag="eth-netstatsservice" path/to/eth-netstatsservice-repo

run it via

docker run --publish=3000:3000 eth-netstatsservice

see the interface at http://localhost:3000