alixinne / docker-monero

Docker image for the Monero daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status GitHub Workflow Status

This is a repository to build a Docker image of the Monero cryptocurrency tools. It is geared towards running a full node, but feel free to use this image as a base for building your own applications.

Running

Using Docker:

docker run -v $PWD/data:/opt/monero/data \ # Data directory for storing the blockchain
           -p 18080:18080/tcp \ # (Optional) Expose daemon ports
           -p 18081:18081/tcp \
           -e RUN_AS=999:999 \  # (Optional) UID:GID to run monerod as
           ghcr.io/vtavernier/monero:latest

Author

About

Docker image for the Monero daemon


Languages

Language:Dockerfile 67.0%Language:Shell 33.0%