Skip to content

Commit

Permalink
Add README section for running in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dmp1ce committed May 28, 2020
1 parent 8ee308d commit 00d31d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ You'll also need to install and run your bitcoind or altcoind of choice, and edi

>pypy run_p2pool.py
**P2pool Dockerfile

The Dockerfile uses the build instruction above to create a Docker image.

Build Docker image named `p2pool`

>docker build -t p2pool ./
Run p2pool from Docker image

>docker run -it --rm p2pool --version
**jtoomimnet vs mainnet**

Expand Down

0 comments on commit 00d31d8

Please sign in to comment.