wdbasson / docker_monero

My personal, unprivileged, Docker Image to make running a full Monero Node as easy as possible.

Home Page:https://getmonero.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Monero

My personal unprivileged Monero Docker image.

Github tag (latest by date)
GitHub Workflow Status (branch)
Docker Image Size (latest by date)

Usage:

docker run \
  -dit \
  --restart=always \
  --net=host \
  --name=monerod \
  -v /path/to/bitmonero:/opt/bitmonero \
  ghcr.io/rblaine95/monero ${EXTRA_MONEROD_ARGS}

Where can I download the image?

I'm using Github Actions to build and publish this image to:

Future stuff

I don't know, maybe I'll write a helm chart for this for Kubernetes?
That might be fun.

I want to buy you a coffee

This is just a hobby project for me, if you really want to buy me a coffee, thank you :)

Monero: 83TeC9hCsZjjUcvNVH6VD64FySQ2uTbgw6ETfzNJa51sJaM6XL4NParSNsKqEQN4znfpbtVj84smigtLBtT1AW6BTVQVQGh
XMR Address

I don't have Monero

You should definitly get some.

About

My personal, unprivileged, Docker Image to make running a full Monero Node as easy as possible.

https://getmonero.org

License:The Unlicense


Languages

Language:Dockerfile 100.0%