15 lines
210 B
Text
15 lines
210 B
Text
|
job "example" {
|
||
|
datacenters = ["dc1"]
|
||
|
type = "batch"
|
||
|
|
||
|
group "example" {
|
||
|
task "hello-world" {
|
||
|
driver = "hello-world-example"
|
||
|
|
||
|
config {
|
||
|
greeting = "hello"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|