Skip to content

Commit

Permalink
Example of commands to start the Docker image and configure Octez node
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 22, 2024
1 parent 70e189d commit 2590d03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/join-dal-baker/get-octez.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ The Weeklynet test network is restarted once every Wednesday at 0h UTC, and for

To get this specific Docker image, or the hash of this specific commit, see https://teztnets.com/weeklynet-about. This page also contains the proper `octez-node config init` incantation to configure the Octez node with the current network parameters of Weeklynet, the URL of a public RPC endpoint, and a link to a faucet distributing free testnet tez.

For example, the commands to start a Docker image and configure the Octez node for Weeklynet might look like this:

```
docker run -it --entrypoint=/bin/sh tezos/tezos:master_7f3bfc90_20240116181914
octez-node config init --network https://teztnets.com/weeklynet-2024-01-17
```

0 comments on commit 2590d03

Please sign in to comment.