This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Commit 2e5c07c
committed
add boot2docker ip to NO_PROXY list
The docker client respects the HTTP_PROXY environment variable for api calls since version 1.5.
This kind of breaks the boot2docker scenario because docker is running on a local VM which most most certainly won't be reachable by the proxy.
This commit changes `boot2docker shellinit` to append the DOCKER_HOST to the NO_PROXY variable.1 parent ccd9032 commit 2e5c07c
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
227 | 255 | | |
228 | 256 | | |
229 | 257 | | |
| |||
0 commit comments