Address review comments

This commit is contained in:
Preetha Appan
2019-03-29 08:56:25 -05:00
parent 7490af2194
commit ff1bac9f48
7 changed files with 4 additions and 4 deletions

17
command/agent/testdata/plugin.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"client" : {
"memory_total_mb": 5555
},
"plugin": {
"docker": {
"config": {
"allow_privileged": true
}
},
"raw_exec": {
"config": {
"enabled": true
}
}
}
}