github.com/tonyhb/nomad@v0.11.8/command/agent/testdata/plugin.json (about)

     1  {
     2    "client" : {
     3     "memory_total_mb": 5555
     4    },
     5    "plugin": {
     6      "docker": {
     7        "config": {
     8          "allow_privileged": true
     9        }
    10      },
    11      "raw_exec": {
    12        "config": {
    13          "enabled": true
    14        }
    15      }
    16    }
    17  }