Files
nomad/command/agent/testdata/plugin.hcl
2023-04-10 15:36:59 +00:00

19 lines
225 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
client {
memory_total_mb = 5555
}
plugin "docker" {
config {
allow_privileged = true
}
}
plugin "raw_exec" {
config {
enabled = true
}
}