fix: return error from ExecStart instead of nil in runWaitExec

Signed-off-by: pawannn <pawankalyan1614@gmail.com>
This commit is contained in:
pawannn 2026-03-28 11:41:03 +05:30 committed by Guillaume Lours
parent b529a3ca5b
commit e5c6b9c3b7

View file

@ -102,7 +102,7 @@ func (s composeService) runWaitExec(ctx context.Context, execID string, service
TTY: service.Tty,
})
if err != nil {
return nil
return err
}
// We miss a ContainerExecWait API