Closed JST5000 closed 1 year ago
As written the new example scripts don't quite work, so opening this PR to update them.
Specifically:
ENV_VARS
ENV_ARGS
entrypoint.sh
-a --start
--start
rippled
xrpld
-start
Thanks!
As written the new example scripts don't quite work, so opening this PR to update them.
Specifically:
ENV_VARS
should beENV_ARGS
according to theentrypoint.sh
file.-a --start
needs quotes around it or it will try to treat--start
as a docker flag, which is invalidrippled
instead ofxrpld
since the rest of the instructions assume the container is calledrippled
-start
->--start
for proper rippled syntax