We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4762251 commit 20eb6c0Copy full SHA for 20eb6c0
kb/各种常用软件设置代理的方法.md
@@ -105,3 +105,10 @@ Chrome 浏览器本身提供了常规的代理服务器设置功能,但如果
105
### 在 docker 容器里面使用代理
106
107
[Configure Docker to use a proxy server](https://docs.docker.com/network/proxy/)
108
+
109
+# vagrant
110
111
+ # http 代理
112
+ vagrant plugin install vagrant-proxyconf
113
+ set HTTP_PROXY=http://127.0.0.1:8888
114
+ set HTTPS_PROXY=http://127.0.0.1:8888
0 commit comments