條件
需要一個(gè)外部能夠訪問的http proxy
polipo 或者 其他的軟件設(shè)定localaddress 為0.0.0.0 即可
方法如下
docker build image with proxy
docker build --build-arg http_proxy=http://10.239.4.80:913 --build-arg https_proxy=http://10.239.4.80:913 .
需要一個(gè)外部能夠訪問的http proxy
polipo 或者 其他的軟件設(shè)定localaddress 為0.0.0.0 即可
docker build image with proxy
docker build --build-arg http_proxy=http://10.239.4.80:913 --build-arg https_proxy=http://10.239.4.80:913 .