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

16 lines
157 B
HCL

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