We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f2067 commit f6494f3Copy full SHA for f6494f3
1 file changed
docs/get-started/installation.mdx
@@ -111,8 +111,8 @@ You can also run Gemini CLI using one of the following advanced methods:
111
directly. This is useful for environments where you only have Docker and want
112
to run the CLI.
113
```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
+ # Run the published sandbox image for a specified CLI version
+ docker run --rm -it us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.42.0-nightly.20260428.g59b2dea0e
116
```
117
- **Using the `--sandbox` flag:** If you have Gemini CLI installed locally
118
(using the standard installation described above), you can instruct it to run
0 commit comments