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

config: Explicitly put hooks in the runtime namespace #415

Merged
merged 1 commit into from
May 4, 2016

Commits on Apr 30, 2016

  1. config: Explicitly put hooks in the runtime namespace

    The language from 15dee2e (runtime: Add prestart/poststop hooks,
    2015-08-03, opencontainers#34) landed well before we had glossary entries for the
    runtime and container namespaces (from 5dad125, config-linux: Specify
    host mount namespace for namespace paths, 2015-12-18, opencontainers#275).  Now that
    we do have language to cover that concept, it's better to explicitly
    say that hooks run in the runtime namespace instead of leaving it to
    the reader to extrapolate from the filesystem requirement.
    
    With the new namespace wording, the "host's filesystem" wording is
    somewhat redundant.  I've left it in though, because I think it helps
    to have a more gradual transition from hook paths to namespaces.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    a5af569 View commit details
    Browse the repository at this point in the history