github.com/superfly/nomad@v0.10.5-fly/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  }