stellar_container_start
Launch a Docker container running a full Stellar node with RPC, API, and friendbot faucet. Choose local, testnet, futurenet, or pubnet network to start.
Instructions
Start a container running a Stellar node, RPC, API, and friendbot (faucet)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional argument to specify the container name | |
| limits | No | Specify the limits for the local network only | |
| network | No | Network to start (default: local) | |
| dockerHost | No | Override the default docker host path | |
| portsMapping | No | Specify HOST_PORT:CONTAINER_PORT mapping (default: 8000:8000) | |
| protocolVersion | No | Specify the protocol version for the local network only | |
| imageTagOverride | No | Override the default docker image tag for the given network |