1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix proxy

This commit is contained in:
Victor Vieux 2013-06-04 15:44:27 +00:00
parent 10ef4f7f39
commit 06b585ce8a

View file

@ -479,6 +479,7 @@ func NewRegistry(root string) *Registry {
httpTransport := &http.Transport{
DisableKeepAlives: true,
Proxy: http.ProxyFromEnvironment,
}
r := &Registry{