shared_testnet: docs
This commit is contained in:
parent
f1570cd4c3
commit
b10920bcd0
|
@ -3,7 +3,7 @@
|
||||||
From the "nim-beacon-chain" repo (top-level dir):
|
From the "nim-beacon-chain" repo (top-level dir):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
make -C docker/shared_testnet build
|
make -C docker/shared_testnet NETWORK=witti build
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
docker run --rm --mount type=bind,source="$(pwd)"/tmp,target=/root/.cache/nimbus --name testnet2 statusteam/nimbus_beacon_node:testnet2 --build
|
docker run --rm --mount type=bind,source="$(pwd)"/tmp,target=/root/.cache/nimbus --name testnet2 statusteam/nimbus_beacon_node:testnet2 --build
|
||||||
ls -l tmp/nim-beacon-chain/build
|
ls -l tmp/nim-beacon-chain/build
|
||||||
|
@ -14,7 +14,7 @@ docker ps
|
||||||
docker stop testnet2
|
docker stop testnet2
|
||||||
|
|
||||||
# when you're happy with the Docker image:
|
# when you're happy with the Docker image:
|
||||||
make -C docker/shared_testnet push
|
make -C docker/shared_testnet NETWORK=witti push
|
||||||
```
|
```
|
||||||
|
|
||||||
## setting up remote servers
|
## setting up remote servers
|
||||||
|
|
Loading…
Reference in New Issue