github.com/hernad/nomad@v1.6.112/command/agent/testdata/plugin.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 client { 5 memory_total_mb = 5555 6 } 7 8 plugin "docker" { 9 config { 10 allow_privileged = true 11 } 12 } 13 14 plugin "raw_exec" { 15 config { 16 enabled = true 17 } 18 }