Skip to content

Instantly share code, notes, and snippets.

@schmichael
Created August 13, 2021 22:29
Show Gist options
  • Save schmichael/3a58a33d55b63142a9d146146dece42e to your computer and use it in GitHub Desktop.
Save schmichael/3a58a33d55b63142a9d146146dece42e to your computer and use it in GitHub Desktop.
job "workdir" {
type = "batch"
datacenters = ["dc1"]
task "workdir" {
driver = "exec"
config {
work_dir = "/etc"
command = "/usr/bin/pwd"
#args = ["-c", "echo hello world && pwd"]
}
resources {
cpu = 2
memory = 100
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment