docs(sandbox): document Docker Sandboxes integration and published sbx templates#3682
Merged
Conversation
Sayt-0
approved these changes
Jul 16, 2026
gtardif
approved these changes
Jul 16, 2026
Add a 'Sandbox templates' section to the sandbox mode page explaining the relationship between the --template default (docker/sandbox-templates:docker-agent, maintained by the Docker Sandboxes team) and the docker/docker-agent-sbx-templates:latest/:edge images this repository's CI builds and publishes. Cross-link from the --template flag row and reconcile the existing 'What the default template includes' subsection so both sources agree on contents and provenance.
The default `docker/sandbox-templates:docker-agent` image is maintained by the Docker Sandboxes team, not this repo. Registry inspection shows it does NOT share the `shell-docker` base and its history has no docker-mcp install, so drop the unverified base-image/docker-mcp/vim/tmux claims and scope those (verified) facts to the repo-published `docker/docker-agent-sbx-templates` template.
Per docs/STYLE.md, shell prompts need a `$ ` marker; these two command lines lacked it.
aheritier
force-pushed
the
docs/sandbox-templates
branch
from
July 16, 2026 14:02
cc28dc2 to
5cecf73
Compare
dgageot
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Enhances the Sandbox Mode configuration docs (
docs/configuration/sandbox/index.md) to cover Docker Agent's Docker Sandboxes integration and, in particular, the sandbox template images:--templateimage (docker/sandbox-templates:docker-agent), maintained by the Docker Sandboxes team, and honestly notes there is currently no automated sync of this repo's own template improvements into it.docker/docker-agent-sbx-templates:latest(built on eachv*release — stable) and:edge(built frommain— bleeding edge), including latest-vs-edge guidance, digest pinning, and how to select one via--templateor thesbxCLI.templatestage:shell-dockerbase + docker-agent binary + vim/tmux + docker-mcp plugin + flavor label).Notes
Docs-only. Every image ref, flag, and tag was verified against
cmd/root/run.go,.github/workflows/ci.yml, and theDockerfile. Passes the canonical front-matter check and markdownlint.