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-linux: Convert linux.namespaces from an array to an object #598

Closed
wants to merge 1 commit into from

Commits on Oct 27, 2016

  1. config-linux: Convert linux.namespaces from an array to an object

    Namespaces do not need repeated entries and the ordering is handled by
    the runtime regardless of the spec ordering (e.g. in runC [1]).  Using
    an object leans on the new wording from eeaccfa (glossary: Make
    objects explicitly unordered and forbid duplicate names, 2016-09-27,
    opencontainers#584) to make both of those points explicit.
    
    [1]: opencontainers/runc#977
         Subject: nsenter: guarantee correct user namespace ordering
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    2d83782 View commit details
    Browse the repository at this point in the history