github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/jobspec/test-fixtures/bad-config.hcl (about)

     1  job "binstore-storagelocker" {
     2    group "binsl" {
     3      count = 5
     4  
     5      task "binstore" {
     6        driver = "docker"
     7  
     8        config {
     9          image      = "hashicorp/image"
    10          privileged = "false"
    11          foo        = "bar"
    12        }
    13  
    14        resources {
    15        }
    16      }
    17    }
    18  }