mb serve
Start the long-lived Masterblaster daemon that manages sandbox VMs.
The daemon listens on ~/.mb/mb.sock for CLI commands and manages all VM lifecycle operations. Other mb commands communicate with this daemon.
Each VM gets its own vmhost child process that holds the hypervisor handle and survives daemon restarts. The daemon acts as a multiplexer, spawning and monitoring vmhost processes.
If the daemon is already running, this command exits with an error.
Usage
mb serve [flags]
Flags
| Flag | Description |
|---|---|
-h, --help | Help for serve |