github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/command/agent/testdata/plugin.hcl (about) 1 client { 2 memory_total_mb = 5555 3 } 4 5 plugin "docker" { 6 config { 7 allow_privileged = true 8 } 9 } 10 11 plugin "raw_exec" { 12 config { 13 enabled = true 14 } 15 }