@@ -84,19 +84,17 @@ CLI, and common development tools like Node.js, Python, Go, and Java.
8484| ` opencode ` | [ OpenCode] ( https://opencode.ai ) |
8585| ` shell ` | No agent pre-installed. Use for manual agent setup. |
8686
87- Each variant also has a ` -docker ` version (for example,
88- ` claude-code-docker ` ) that includes a full Docker Engine running inside the
89- sandbox — no local Docker daemon required. The ` -docker ` variants are the
90- defaults used by ` sbx run ` on macOS and Linux. These variants run in
91- privileged mode inside the microVM (not on your host), with a dedicated block
92- volume at ` /var/lib/docker ` , and ` dockerd ` starts automatically inside the
93- sandbox.
94-
95- The block volume defaults to 50 GB and uses a sparse file, so it only
96- consumes disk space as Docker writes to it. On Windows, the volume is not
97- sparse and the full 50 GB is allocated at creation time, which increases
98- startup time. For this reason, the non-docker variants are the default on
99- Windows.
87+ Each variant also has a ` -docker ` version (for example, ` claude-code-docker ` )
88+ that includes a full Docker Engine running inside the sandbox — no local Docker
89+ daemon required. When you pick a built-in agent without specifying a custom
90+ template, ` sbx run ` and ` sbx create ` use the ` -docker ` template variants by
91+ default.
92+
93+ The agent containers created from the ` -docker ` templates run in privileged
94+ mode inside the microVM (not on your host), with a dedicated block volume at
95+ ` /var/lib/docker ` , and ` dockerd ` starts automatically inside the sandbox. The
96+ block volume defaults to 50 GB and uses a sparse file, so it only consumes disk
97+ space as Docker writes to it.
10098
10199To override the volume size, set the ` DOCKER_SANDBOXES_DOCKER_SIZE `
102100environment variable to a size string before starting the sandbox:
0 commit comments