You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pre-build VMM command before reporting container as started
Add BuildExecCmd() method to VMM interface to validate command
construction before sending StartSuccess message. This prevents
reporting a container as "Running" when the VMM command cannot
be built (e.g., due to invalid arguments or failed config writes).
The fix preserves the existing PID 1 execution model where the
reexec process uses syscall.Exec to become the VMM.
0 commit comments