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
runtime: Add 'exit' to state for collecting the container exit code
This gives us a more portable way to discover the container exit code
(vs. requiring callers to use subreapers [1] or other
platform-specific approaches which require knowledge of the runtime
implementation).
[1]: opencontainers/runc#827 (comment)
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments