mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
19 lines
225 B
HCL
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
|
|
}
|
|
}
|