Sign inSign up

svetekllc/xrpl

By svetekllc

Updated about 1 month ago

Docker image for running an XRPL mainnet/testnet node with xrpld in a containerized environment.

Image
Networking
Databases & storage
0

177

svetekllc/xrpl repository overview

Run an XRP Ledger node in a clean, containerized environment with xrpld, the reference server implementation of the XRPL protocol.

This image is built for reliable mainnet and testnet deployments, using the official XRPL package repository and an external xrpld.cfg configuration file. It is designed for persistent storage, repeatable provisioning, and infrastructure automation.

Example

docker run -d \
  --name xrpld \
  -v /opt/xrpld/data:/xrpld/data \
  -v /opt/xrpld/config:/xrpld/config \
  -p 5007:5007 \
  -p 5006:5006 \
  -p 51235:51235 \
  svetekllc/xrpld:3.2.0 \
  --conf=/xrpld/config/xrpld.cfg --fg

Tag summary

Content type

Image

Digest

sha256:bc437e41e

Size

94.9 MB

Last updated

about 1 month ago

docker pull svetekllc/xrpl:3.3.0