mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Address review comments
This commit is contained in:
17
command/agent/testdata/plugin.json
vendored
Normal file
17
command/agent/testdata/plugin.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"client" : {
|
||||
"memory_total_mb": 5555
|
||||
},
|
||||
"plugin": {
|
||||
"docker": {
|
||||
"config": {
|
||||
"allow_privileged": true
|
||||
}
|
||||
},
|
||||
"raw_exec": {
|
||||
"config": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user