зеркало из https://github.com/microsoft/docker.git
Merge pull request #810 from dotcloud/proxy-fix
fix regression on proxy
This commit is contained in:
Коммит
c566c8efc7
|
@ -479,6 +479,7 @@ func NewRegistry(root string) *Registry {
|
|||
|
||||
httpTransport := &http.Transport{
|
||||
DisableKeepAlives: true,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
}
|
||||
|
||||
r := &Registry{
|
||||
|
|
Загрузка…
Ссылка в новой задаче