mirror of https://github.com/docker/docs.git
Merge pull request #810 from dotcloud/proxy-fix
fix regression on proxy
This commit is contained in:
commit
c566c8efc7
|
@ -479,6 +479,7 @@ func NewRegistry(root string) *Registry {
|
|||
|
||||
httpTransport := &http.Transport{
|
||||
DisableKeepAlives: true,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
}
|
||||
|
||||
r := &Registry{
|
||||
|
|
Loading…
Reference in New Issue