mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-06 15:52:37 -05:00
38 lines
1.7 KiB
Markdown
38 lines
1.7 KiB
Markdown
# p2pool-docker
|
|
A simple and straightforward Dockerized [p2pool](https://github.com/SChernykh/p2pool) built from source and exposing standard ports.
|
|
|
|
## Actions
|
|
|
|
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-base-image.yml)
|
|
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-image-on-push.yml)
|
|
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/trivy-analysis.yml)
|
|
|
|
## Docker
|
|
|
|

|
|

|
|

|
|
|
|
# Docker Hub
|
|
This repo is used to build the images available at:
|
|
|
|
https://hub.docker.com/r/sethsimmons/p2pool
|
|
|
|
# Tags
|
|
I will always release the latest Monero version under the `latest` tag.
|
|
|
|
`latest`: The latest tagged version of Monero from https://github.com/monero-project/monero/tags
|
|
|
|
# Recommended usage
|
|
|
|
TBD
|
|
|
|
# Copyrights
|
|
|
|
Code from this repository is released under MIT license. [Monero License](https://github.com/monero-project/monero/blob/master/LICENSE), [@leonardochaia License](https://github.com/leonardochaia/docker-monerod/blob/master/LICENSE)
|
|
|
|
# Credits
|
|
The base for the Dockerfile was pulled from:
|
|
|
|
https://github.com/leonardochaia/docker-monerod
|