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

cli: add a separate --domainname flag #1130

Merged
merged 1 commit into from
Dec 7, 2018

Commits on Dec 7, 2018

  1. cli: add a separate --domainname flag

    A while ago, Docker split the "Domainname" field out from the "Hostname"
    field for the container configuration. There was no real user-visible
    change associated with this (and under the hood "Domainname" was mostly
    left unused from the command-line point of view). We now add this flag
    in order to match other proposed changes to allow for setting the NIS
    domainname of a container.
    
    This also includes a fix for the --hostname parsing tests (they would
    not error out if only one of .Hostname and .Domainname were incorrectly
    set -- which is not correct).
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6475790 View commit details
    Browse the repository at this point in the history