Docker SBX v0.24.2: TUI Revamp & CLI Stability Fixes

Docker SBX v0.24.2 ships a revamped TUI with sandbox info dialog, improved notifications, and critical CLI stability fixes including terminal restoration after crashes and exec command parsing.

Docker SBX v0.24.2: TUI Revamp & CLI Stability Fixes

TL;DR

  • New sandbox info dialog and improved TUI notifications
  • Better error visibility when daemon is unreachable
  • Terminal restoration fixes after agent crashes and exec command parsing improvements

New

  • Sandbox info dialog — view sandbox details directly in the TUI without leaving your workflow
  • TUI notifications — improved styling and behavior for clearer feedback
  • Daemon unreachability error — TUI now shows explicit error when daemon becomes unreachable instead of silent failures
  • Sandbox creation prompt — explanatory action displayed when creating a new sandbox
  • Reset command bypass — skip login check and network policy setup when running reset

Fixed

  • Exec command argument parsing — strip leading -- separator correctly
  • Terminal state restoration — full terminal reset after agent crash prevents terminal corruption
  • Invalid sandbox names — graceful handling of invalid or duplicate sandbox names in TUI and CLI
  • Windows winget installation — use --disable-interactivity flag to avoid interactive prompts

Update with: docker sbx update or download from the release page.

Source: Docker