Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
16 lines (10 loc) · 537 Bytes

File metadata and controls

16 lines (10 loc) · 537 Bytes
Copy raw file
Download raw file
Edit and raw actions

Rippled Docker Image

Rippled has a continuous deployment pipeline that turns every git commit into a docker image for quick testing and deployment.

To run the tip of the latest release via docker:

$ docker run -P -v /srv/rippled/ ripple/rippled:latest

To run the tip of active development:

$ docker run -P -v /srv/rippled/ ripple/rippled:develop

Where /srv/rippled points to a directory containing a rippled.cfg and database files. By default, port 5005/tcp maps to the RPC port and 51235/udp to the peer port.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.