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

compose: Support "preserve-passwd" option (enabled by default) #79

Merged
merged 1 commit into from
Dec 24, 2014

Commits on Dec 23, 2014

  1. compose: Support "preserve-passwd" option (enabled by default)

    The checking code from #56 landed, and started triggering for me on
    the `dockerroot` user. It's nice to know it works. Then the issue
    is... "what now"?
    
    It turns out in the case of `dockerroot` it's actually unused, so we
    could fix this by deleting it. But in general we need to support
    dynamic uids/gids/. And we can't yet take a hard dep on #49.
    
    So this patch changes things so we take a copy of the passwd/group
    data from the previous commit.  Any users subsequently added in the
    *new* commit will be additive.
    
    Closes: coreos#78
    cgwalters committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    f9e9c06 View commit details
    Browse the repository at this point in the history