1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix regression in /etc/hosts

This commit is contained in:
Victor Vieux 2013-11-01 15:46:26 -07:00
parent fc45535197
commit f3685333c0

View file

@ -304,7 +304,7 @@ func ParseRun(args []string, capabilities *Capabilities) (*Config, *HostConfig,
} }
config := &Config{ config := &Config{
Hostname: *flHostname, Hostname: hostname,
Domainname: domainname, Domainname: domainname,
PortSpecs: nil, // Deprecated PortSpecs: nil, // Deprecated
ExposedPorts: ports, ExposedPorts: ports,