mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
9 lines
127 B
HCL
9 lines
127 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
client {
|
|
options {
|
|
driver.allowlist = "docker"
|
|
}
|
|
}
|