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.

Docker SBX v0.31.0-rc3: Auto-Start Daemon & Agent Commit Fixes

TL;DR

  • sbx create now auto-starts the daemon if it's not running
  • Agent commits now survive sbx rm via survivable refs
  • Fixed misleading reload warnings and storage singleton lock issues

New

  • Auto-start daemon on createsbx create automatically starts the daemon when needed, eliminating manual startup steps
  • Suppress reload warningsbx secret rm no longer shows misleading reload warnings when the daemon isn't running
  • Storage singleton fix — Resolved storageRootsGone locking the storagekit singleton

Fixed

  • Agent commits now persist across sbx rm operations via survivable refs in the clone workflow

Update with: docker pull docker/sbx:v0.31.0-rc3

Source: Docker