f31d2005b5
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>