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 more steps to the lifecycle docs #207

Closed
wants to merge 3 commits into from

Commits on Sep 30, 2015

  1. runtime-config: Require hooks to execute in the host environment

    On IRC on 2015-09-28:
    
      11:28 < jojy_mesos> i guess i was expecting an additional attribute
        for hooks that specifies whether the hooks runs in the host
        namespace or in the container's namespace
      11:28 < lk4d4> they all run in host namespaces
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    bfe1aba View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. runtime: Add more steps to the lifecycle docs

    And explain how the handling differs when a new start-call joins an
    existing container vs. creating a new container.  This is spun off
    from the mailing list thread now that that's settled down [1].
    
    This write-up is just about Linux containers, since I don't understand
    the other systems well enough to do them justice.
    
    [1]: https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/frUXLljXy8Y
         Message-ID: <20150915034717.GO18018@odin.tremily.us>
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    333e51d View commit details
    Browse the repository at this point in the history
  2. runtime: Add post-stop hooks to the lifecycle

    These just landed via opencontainers#202.  I'm not entirely clear on how we intend
    to handle "the application died before we finished executing post-stop
    hooks", but I've made my best guess here.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    717a999 View commit details
    Browse the repository at this point in the history