github.com/bigcommerce/nomad@v0.9.3-bc/command/agent/testdata/plugin.hcl (about)

     1  client {
     2    memory_total_mb = 5555
     3  }
     4  plugin  "docker" {
     5    config {
     6      allow_privileged = true
     7    }
     8  }
     9  plugin "raw_exec" {
    10    config {
    11      enabled = true
    12    }
    13  }