mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Move raw_exec enabled into the DevMode config block
This commit is contained in:
@@ -257,6 +257,9 @@ func DevConfig() *Config {
|
||||
} else if runtime.GOOS == "linux" {
|
||||
conf.Client.NetworkInterface = "lo"
|
||||
}
|
||||
conf.Client.Options = map[string]string{
|
||||
"driver.raw_exec.enable": "true",
|
||||
}
|
||||
|
||||
return conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user