From 18a2ef3e4f84f70358cc1b629ea7bc644e1d7ea3 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Thu, 16 Apr 2026 17:51:26 +0200 Subject: [PATCH] docs(readme): add note on running regression script in container Added a note explaining how to use `./runner/runc.sh --` to execute the regression script inside a containerized environment, including requirements for `BOOTSTRAP_DIR` location or mounting. --- testnets_bootstrap_template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testnets_bootstrap_template/README.md b/testnets_bootstrap_template/README.md index 05d47aa9c..e1d8b4233 100644 --- a/testnets_bootstrap_template/README.md +++ b/testnets_bootstrap_template/README.md @@ -72,3 +72,5 @@ the synced data from the bootstrap directory. ```sh NODE_REV=10.5.1 BOOTSTRAP_DIR=~/path/to/preview_bootstrap ./runner/regression.sh ``` + + > **Note:** You can use `./runner/runc.sh --` to run the above command inside the containerized environment, as long as the `BOOTSTRAP_DIR` is inside the repository, or mounted into the container using `--extra-mount` option.