github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/jobspec/test-fixtures/bad-config-missing.hcl (about) 1 job "binstore-storagelocker" { 2 group "binsl" { 3 count = 5 4 5 task "binstore" { 6 driver = "docker" 7 8 config { 9 } 10 11 resources { 12 } 13 } 14 } 15 }