osrg / bgperf

Apache License 2.0
87 stars 30 forks source link

Be nice to support HTTP proxies #1

Closed pjakma closed 8 years ago

pjakma commented 8 years ago

It'd be nice if the docker build of the containers supported passing in a HTTP proxy somehow, for the apt commands, for those behind a corp firewall.

For now I just manually added in ENV http_proxy ... etc to the {bird,exabgp,gobgp,quagga}.py files.

regards,

Paul

ishidawataru commented 8 years ago

Hi @pjakma

Thanks for the feature request! now supported. http_proxy, https_proxy will be reflected in Dockerfiles.