Docker SBX v0.31.0-rc3: Auto-Start Daemon & Agent Commit Fixes
Docker SBX v0.31.0-rc3 brings daemon auto-start on create, fixes agent commit persistence across rm operations, and resolves storage singleton locking issues.
TL;DR
sbx createnow auto-starts the daemon if it's not running- Agent commits now survive
sbx rmvia survivable refs - Fixed misleading reload warnings and storage singleton lock issues
New
- Auto-start daemon on create —
sbx createautomatically starts the daemon when needed, eliminating manual startup steps - Suppress reload warning —
sbx secret rmno longer shows misleading reload warnings when the daemon isn't running - Storage singleton fix — Resolved
storageRootsGonelocking the storagekit singleton
Fixed
- Agent commits now persist across
sbx rmoperations via survivable refs in the clone workflow
Update with: docker pull docker/sbx:v0.31.0-rc3
Source: Docker