以/bin/bash 形式進入容器:
【設置http 及https代理】,如下:
export http_proxy=http://172.16.0.20:3128
export https_proxy=https://172.16.0.20:3128
要取消該設置:
unset http_proxy
unset https_proxy
