зеркало из https://github.com/microsoft/docker.git
fix regression in /etc/hosts
This commit is contained in:
Родитель
fc45535197
Коммит
f3685333c0
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче