Docker SBX v0.24.1: TUI Dialogs & Network Fixes
v0.24.1 polishes the TUI with proper button dialogs and keyboard nav, adds horizontal scrolling for long hostnames, fixes a network creation race condition, and expands Ubuntu packaging support.
TL;DR
- Confirmation dialogs now render as clickable buttons with keyboard nav
- Horizontal scrolling added for long hostnames in network detail views
- Fixed network creation race condition in daemon
- Ubuntu 25.10 and 26.04 deb packages now available
New
- Button-style confirmation dialogs — Full mouse click support and keyboard navigation for better TUI interaction (#2163)
- Horizontal scrolling for network details — Long hostnames and rule values now scroll in expanded network detail views (#2131)
- Ubuntu 25.10 and 26.04 packages — Deb builds now available for newer Ubuntu versions (#2140)
Fixed
- Network creation race condition — Daemon now retries on stale network conflict (#2142)
docker pull docker/sbx:v0.24.1 or update via your package manager.
Source: Docker