github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/jobspec/test-fixtures/task-nested-config.hcl (about) 1 job "foo" { 2 task "bar" { 3 driver = "docker" 4 5 config { 6 image = "hashicorp/image" 7 8 port_map { 9 db = 1234 10 } 11 } 12 } 13 }