docker-cli: add module (#7411)
This commit is contained in:
parent
d52da303ef
commit
729c5e5465
6 changed files with 134 additions and 0 deletions
9
tests/modules/programs/docker-cli/example-config.json
Normal file
9
tests/modules/programs/docker-cli/example-config.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"proxies": {
|
||||
"default": {
|
||||
"httpProxy": "http://proxy.example.org:3128",
|
||||
"httpsProxy": "http://proxy.example.org:3128",
|
||||
"noProxy": "localhost"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue