Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: Add 'exit' to state for collecting the container exit code #677

Closed
wants to merge 1 commit into from

Commits on Feb 3, 2017

  1. 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 <wking@tremily.us>
    wking committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    e3a3fb6 View commit details
    Browse the repository at this point in the history