docs(sandboxes): document DOCKER_SANDBOXES_ROOT_SIZE for root filesystem sizing#25482
docs(sandboxes): document DOCKER_SANDBOXES_ROOT_SIZE for root filesystem sizing#25482dvdksn wants to merge 3 commits into
Conversation
…tem sizing Closes docker/sandboxes#3792 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The new "Sandbox runs out of disk space" troubleshooting section is clear, well-scoped, and consistent with existing documentation conventions. The lowercase g size suffix in the example (40g) matches the established pattern in the docs (DOCKER_SANDBOXES_DOCKER_SIZE=10g). No style guide violations, no AI-generated patterns, no formatting issues.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The new Sandbox runs out of disk space section is well-scoped, accurate, and matches the existing document's tone and character. The and variable names are used consistently throughout and the command example is correct. No style guide violations, AI-generated patterns, or content accuracy issues were found in the changed lines.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The new Sandbox runs out of disk space section is well-scoped, accurate, and matches the existing document's tone and character. The DOCKER_SANDBOXES_ROOT_SIZE and DOCKER_SANDBOXES_DOCKER_SIZE variable names are used consistently throughout and the command example is correct. No style guide violations, AI-generated patterns, or content accuracy issues were found in the changed lines.
Summary
Documents the new
DOCKER_SANDBOXES_ROOT_SIZEenvironment variable, which lets users increase the sandbox root (/) filesystem size beyond the 20 GB default. Adds a new "Sandbox runs out of disk space" section to the troubleshooting page, clarifying the distinction between this variable and the existingDOCKER_SANDBOXES_DOCKER_SIZE(Docker data disk only).Generated by Claude Code