mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 00:02:37 -05:00
15 lines
476 B
Markdown
15 lines
476 B
Markdown
# simple-monerod-docker
|
|
A simple and straightforward Dockerized monerod built from source and exposing standard ports.
|
|
|
|
# Docker Hub
|
|
This repo is used to build the images available at:
|
|
|
|
https://hub.docker.com/r/sethsimmons/simple-monerod
|
|
|
|
# Tags
|
|
I will always release the latest Monero version under the `latest` tag as well as the version number tag (i.e. `v0.17.1.9`).
|
|
|
|
# Shoutout
|
|
The base for the Dockerfile was pulled from:
|
|
|
|
https://github.com/leonardochaia/docker-monerod |