open-nomad/command/agent/testdata/plugin.hcl
2019-07-20 16:55:07 +02:00

16 lines
157 B
HCL

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