From 15f9cc8b414d4d7962a5b457f5ad2ea4eb9b676d Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Fri, 2 Jan 2026 23:32:29 -0300 Subject: [PATCH] README: update Signed-off-by: Ignacio Hagopian --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c46d30..3f2b493 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ fn main() -> Result<(), Box> { | `ERE_IMAGE_REGISTRY` | Specifies docker image registry of the images. When specified, it will try to pull image from the registry and possibly skip building. | `` | | `ERE_FORCE_REBUILD_DOCKER_IMAGE` | Force to rebuild docker images locally even they exist, it also prevents pulling image from registry. | `false` | | `ERE_GPU_DEVICES` | Specifies which GPU devices to use when running Docker containers for GPU-enabled zkVMs. The value is passed to Docker's `--gpus` flag. | `all` | +| `ERE_DOCKER_NETWORK` | Specifies the Docker network being used (if any) so spawned `ere-server-*` containers will join that network. | `` | Example usage: