Skip to content

docs(sandboxes): stub SSH editor and app integrations section#25557

Draft
dvdksn wants to merge 2 commits into
docker:mainfrom
dvdksn:worktree-sbx-ssh-integrations
Draft

docs(sandboxes): stub SSH editor and app integrations section#25557
dvdksn wants to merge 2 commits into
docker:mainfrom
dvdksn:worktree-sbx-ssh-integrations

Conversation

@dvdksn

@dvdksn dvdksn commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

What

Stubs a new experimental Integrations section under
content/manuals/ai/sandboxes/ documenting how to connect external editors and
apps to a sandbox over SSH.

  • Overview (integrations/_index.md) — how SSH access works (daemon
    socket + ProxyCommand, SSH none-auth gated by Docker login), prerequisites,
    enablement (feature.ssh), sbx setup ssh and the managed Host *.sbx
    block, connecting, revocation (sbx logout), and limitations.
  • Per-tool pages (intentionally thin, deferring mechanics to the overview):
    VS Code, Cursor, Claude Desktop, Codex.
  • Adds a Docker Sandboxes SSH entry to data/summary.yaml (Experimental) and
    links the section from the sandboxes landing page.

Notes for reviewers

  • SSH is still experimental / feature-gated on docker/sandboxes main
    (feature.ssh, requires platform.allowExperimentalFeatures + daemon
    restart). Pages carry an experimental summary bar and note.
  • The final UX is flag-free: per-tool automation flags
    (sbx setup ssh --claude, --vscode, …) are being removed upstream
    (docker/sandboxes#4325), so these docs describe manual per-tool setup only.
  • Per-tool pages contain <!-- TODO --> markers for screenshots and one Codex
    flow detail to confirm before this leaves draft.
  • Weight is 37 (sits with Agents/Customize); easy to move.

🤖 Generated with Claude Code

Add an experimental "Integrations" section documenting how to connect
external editors and apps to a sandbox over SSH. Includes an overview
page covering the SSH access model, enablement, and setup, plus thin
per-tool pages for VS Code, Cursor, Claude Desktop, and Codex.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 0d0b89c
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a55e5956adcb60008634786
😎 Deploy Preview https://deploy-preview-25557--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Bare `sbx daemon start` runs in the foreground and blocks the terminal.
Drop it in favor of `sbx daemon stop` plus background auto-start on the
next command, and note `sbx daemon start -d` as the explicit alternative.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant