Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 7, 2024
1 parent b2424b2 commit aaee636
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ Commands to start, stop and get logs for a quickstart container

* `logs` — Get logs from a running network container
* `start` — Start a container running a Stellar node, RPC, API, and friendbot (faucet)
* `stop` — Stop a network container started with `network container start`
* `stop` — Stop a network container started with `stellar container start`



Expand All @@ -1265,7 +1265,7 @@ Get logs from a running network container

Start a container running a Stellar node, RPC, API, and friendbot (faucet).

`stellar network container start NETWORK [OPTIONS]`
`stellar container start NETWORK [OPTIONS]`

By default, when starting a testnet container, without any optional arguments, it will run the equivalent of the following docker command:

Expand Down Expand Up @@ -1295,7 +1295,7 @@ By default, when starting a testnet container, without any optional arguments, i

## `stellar network container stop`

Stop a network container started with `network container start`
Stop a network container started with `stellar container start`

**Usage:** `stellar network container stop [OPTIONS] <NAME>`

Expand All @@ -1319,7 +1319,7 @@ Start local networks in containers

* `logs` — Get logs from a running network container
* `start` — Start a container running a Stellar node, RPC, API, and friendbot (faucet)
* `stop` — Stop a network container started with `network container start`
* `stop` — Stop a network container started with `stellar container start`



Expand All @@ -1343,7 +1343,7 @@ Get logs from a running network container

Start a container running a Stellar node, RPC, API, and friendbot (faucet).

`stellar network container start NETWORK [OPTIONS]`
`stellar container start NETWORK [OPTIONS]`

By default, when starting a testnet container, without any optional arguments, it will run the equivalent of the following docker command:

Expand Down Expand Up @@ -1373,7 +1373,7 @@ By default, when starting a testnet container, without any optional arguments, i

## `stellar container stop`

Stop a network container started with `network container start`
Stop a network container started with `stellar container start`

**Usage:** `stellar container stop [OPTIONS] <NAME>`

Expand Down

0 comments on commit aaee636

Please sign in to comment.