Running
You can run the stellar/stellar-rpc
container with the following command:
docker run -p 8001:8001 -p 8000:8000 \
-v $HOME/rpc-config:/opt/stellar stellar/stellar-rpc \
--captive-core-config-path=/opt/stellar/stellar-captive-core.cfg \
--config-path=/opt/stellar/soroban-rpc-config.toml
Next Step
Refer to Monitoring for more details on RPC runtime logging and metrics available.