mirror of https://github.com/docker/docs.git
Merge pull request #6995 from javabrett/httpsProxy
Include httpsProxy key/value in sample client config.json
This commit is contained in:
commit
d2cb263bd1
|
@ -36,6 +36,7 @@ configure it in different ways:
|
||||||
"default":
|
"default":
|
||||||
{
|
{
|
||||||
"httpProxy": "http://127.0.0.1:3001",
|
"httpProxy": "http://127.0.0.1:3001",
|
||||||
|
"httpsProxy": "http://127.0.0.1:3001",
|
||||||
"noProxy": "*.test.example.com,.example2.com"
|
"noProxy": "*.test.example.com,.example2.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue