Merge pull request #2525 from dotcloud/fix_hostnames

Fix regression in /etc/hosts
This commit is contained in:
Guillaume J. Charmes 2013-11-04 11:26:27 -08:00
commit 342bd43b76
1 changed files with 1 additions and 1 deletions

View File

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