Share feedback
Answers are generated based on the documentation.

docker sandbox create gemini

内容説明Create a sandbox for gemini
利用方法docker sandbox create gemini WORKSPACE

内容説明

Create a sandbox with access to a host workspace for gemini.

The workspace path is required and will be exposed inside the sandbox at the same path as on the host.

Use 'docker sandbox run SANDBOX' to start gemini after creation.

利用例

Create a Gemini sandbox in the current directory

$ docker sandbox create gemini .

Create with an absolute path

$ docker sandbox create gemini /home/user/my-project

Create and then run

$ docker sandbox create --name my-gemini gemini ~/my-project
$ docker sandbox run my-gemini