Stellar Docker测试网络搭建。
官方 docker+stellar-core+stellar-state
docker run --name single-state -p 5432:5432 --env-file examples/single.env
-d stellar/stellar-core-state
docker run --name single --net host --volumes-from single-state -v ~/volumes/main/cores:/cores -v ~/volumes/main/logs:/logs --env-file examples/single.env -d stellar/stellar-core /start main fresh forcescp
官方 docker+stellar-core+horizon
可配置为主网、测试网或私链
docker run -itd -p 8000:8000 -v /stellar:/opt/stellar --name stellar stellar/quickstart --standalone
最后一个参数可选为--pubnet
--testnet
--standalone
此Docker镜像并未集成friendbot