Skip to content

Commit f6494f3

Browse files
authored
docs: update sandbox image command (google-gemini#26774)
1 parent b7f2067 commit f6494f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/get-started/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ You can also run Gemini CLI using one of the following advanced methods:
111111
directly. This is useful for environments where you only have Docker and want
112112
to run the CLI.
113113
```bash
114-
# Run the published sandbox image
115-
docker run --rm -it us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1
114+
# Run the published sandbox image for a specified CLI version
115+
docker run --rm -it us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.42.0-nightly.20260428.g59b2dea0e
116116
```
117117
- **Using the `--sandbox` flag:** If you have Gemini CLI installed locally
118118
(using the standard installation described above), you can instruct it to run

0 commit comments

Comments
 (0)