Docker Sandboxes v0.28.2: Browser Login & SSH Tools
Docker Sandboxes v0.28.2 streamlines login with auto-opening browser, adds SSH tools to templates, and fixes credential handling and terminal size bugs.
TL;DR
- Auto-open browser during login flow — faster auth
- SSH client tools now bundled in main template
- Fixed Codex OAuth credential preference and TTY propagation bugs
New
- Auto-open browser during login — login flow now opens your browser automatically instead of requiring manual navigation
- SSH client tools in main template —
ssh-addand SSH client utilities pre-installed for sandbox environments
Fixed
- Codex OAuth credential preference — now correctly prefers Codex OAuth over discovered API-key credentials
- TTY size propagation —
sbx exec -itnow properly propagates host terminal size to sandbox sessions - Masked secrets display — trailing characters in masked secrets are now visible
Update: docker pull docker/sbx:v0.28.2 or check the release page for installation details.
Source: Docker