open-nomad/command/agent/testdata/plugin.json
2019-03-29 08:57:49 -05:00

17 lines
224 B
JSON

{
"client" : {
"memory_total_mb": 5555
},
"plugin": {
"docker": {
"config": {
"allow_privileged": true
}
},
"raw_exec": {
"config": {
"enabled": true
}
}
}
}