e2e: let the unindex clients do anything...

...and be debugable!
This commit is contained in:
Michael Schurter 2019-05-03 07:54:55 -07:00
parent f08dd66ffa
commit 7558747694

View file

@ -1,11 +1,19 @@
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
enable_debug = true
log_level = "DEBUG"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client
client {
enabled = true
options {
# Allow jobs to run as root
"user.blacklist" = ""
# Allow rawexec jobs
"driver.raw_exec.enable" = "1"
# Allow privileged docker jobs
"docker.privileged.enabled" = "true"
}
}