chore: add docs for using personal tag in kurtosis (#8354)

This commit is contained in:
Dan Cline
2024-05-23 08:27:34 -04:00
committed by GitHub
parent 3312dc26cb
commit b8eebbd3d4

View File

@ -35,6 +35,10 @@ First, in your home directory, create a file with the name `network_params.json`
"launch_additional_services": false "launch_additional_services": false
} }
``` ```
> [!TIP]
> If you would like to use a modified reth node, you can build an image locally with a custom tag. The tag can then be used in the `el_image` field in the `network_params.json` file.
### Step 2: Spin up your network ### Step 2: Spin up your network
Next, run the following command from your command line: Next, run the following command from your command line: