Share feedback
Answers are generated based on the documentation.

docker sandbox create kiro

内容説明Create a sandbox for kiro
利用方法docker sandbox create kiro WORKSPACE [EXTRA_WORKSPACE...]

内容説明

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

The workspace path is required and will be exposed inside the sandbox at the same path as on the host. Additional workspaces can be provided as extra arguments. Append ":ro" to mount them read-only.

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

利用例

Create a Kiro sandbox in the current directory

$ docker sandbox create kiro .

Create with an absolute path

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

Create and then run

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