github.com/ranjib/nomad@v0.1.1-0.20160225204057-97751b02f70b/jobspec/test-fixtures/task-nested-config.hcl (about)

     1  job "foo" {
     2      task "bar" {
     3          driver = "docker"
     4          config {
     5              port_map {
     6                  db = 1234
     7              }
     8          }
     9      }
    10  }