以/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

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-11-12
  • 2021-07-11
  • 2021-12-28
猜你喜欢
  • 2021-12-30
  • 2021-06-18
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案