mirror of
https://github.com/apple/container.git
synced 2026-09-12 10:45:42 +00:00
Fixes #277 When vmexec fails, it logs to stderr and exits with code 1. Previously, the error details were lost. This change captures stderr and converts it into a proper ContainerizationError. Signed-off-by: Rahul Thennarasu <rahulthennarasu07@gmail.com>