Skip to content

Commit 8b735f2

Browse files
Merge pull request #1691 from oasisprotocol/uniyalabhishek/docs/localnet-port-range-8549
docs/localnet: include port 8549 in examples
2 parents 5904255 + 75e5823 commit 8b735f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/build/tools/localnet.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ To run the image, execute:
3939
<TabItem value="linux-intel-win" label="Linux (Intel) / Windows">
4040

4141
```sh
42-
docker run -it --rm -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet
42+
docker run -it --rm -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet
4343
```
4444

4545
</TabItem>
4646
<TabItem value="macos" label="macOS">
4747

4848
```sh
49-
docker run -it --rm -p8544-8548:8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
49+
docker run -it --rm -p8544-8549:8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
5050
```
5151

5252
:::info Apple Silicon on macOS
@@ -67,7 +67,7 @@ Make sure to pull the latest version of the image:
6767
<TabItem value="linux-non-intel" label="Linux (non-Intel)">
6868

6969
```sh
70-
docker run -it --rm -p8544-8548:8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
70+
docker run -it --rm -p8544-8549:8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
7171
```
7272

7373
</TabItem>
@@ -151,8 +151,8 @@ phrases or wallet addresses. Use the `-n` parameter to define the number of
151151
derived addresses to fund.
152152

153153
```sh
154-
docker run -it -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet -to "bench remain brave curve frozen verify dream margin alarm world repair innocent" -n3
155-
docker run -it -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet -to "0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
154+
docker run -it -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet -to "bench remain brave curve frozen verify dream margin alarm world repair innocent" -n3
155+
docker run -it -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet -to "0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
156156
```
157157

158158
:::danger

0 commit comments

Comments
 (0)