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

14 lines
156 B
HCL

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