mirror of https://github.com/docker/docs.git
Included httpsProxy key/value in sample client config.json.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
27b909795e
commit
58beec2d76
|
@ -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