This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Commit 792d7eb
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 0a3a250 commit 792d7eb
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 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 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
231 | 259 | | |
232 | 260 | | |
233 | 261 | | |
| |||
0 commit comments