From 6991ba1387436f2a0da995a8c3d3713f186a6544 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Wed, 25 Jun 2025 06:47:27 -0700 Subject: Version 0 1 1 (#1426) --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/deployment.md b/docs/deployment.md index c4316430..eb9fa87d 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -38,7 +38,7 @@ For security and isolation, Gemini CLI can be run inside a container. This is th You can run the published sandbox image directly. This is useful for environments where you only have Docker and want to run the CLI. ```bash # Run the published sandbox image - docker run --rm -it us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.0 + docker run --rm -it us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1 ``` - **Using the `--sandbox` flag:** If you have Gemini CLI installed locally (using the standard installation described above), you can instruct it to run inside the sandbox container. -- cgit v1.2.3