mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-22 22:56:17 +00:00
fix regression in /etc/hosts
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user