open-nomad/command/agent/testdata/plugin.hcl

16 lines
157 B
HCL
Raw Normal View History

client {
memory_total_mb = 5555
}
2019-07-20 14:55:07 +00:00
plugin "docker" {
config {
allow_privileged = true
}
}
2019-07-20 14:55:07 +00:00
plugin "raw_exec" {
config {
enabled = true
}
}