This image contains a monerod install. It only allows restricted RPC connections.
- Pull from Docker Hub, download the package from Releases or build using
builder/build.sh
This Container image extends the base image.
BATCH_SIZE- How many blocks are processed in a single batch during chain synchronization, default:
10.
- How many blocks are processed in a single batch during chain synchronization, default:
PROXY_URL- Run network communication through specified proxy.
PRUNE_BLOCKCHAIN- Remove non-critical blockchain information from the local blockchain.
/media/monerod- The data directory for monerod.
To run for development execute:
docker compose --file docker-compose-dev.yaml up --build