Files
nomad/helper
Mahmood Ali 8879645ab9 docker: introduce a new hcl2-friendly mount syntax (#9635)
Introduce a new more-block friendly syntax for specifying mounts with a new `mount` block type with the target as label:

```hcl
config {
  image = "..."

  mount {
    type = "..."
    target = "target-path"
    volume_options { ... }
  }
}
```

The main benefit here is that by `mount` being a block, it can nest blocks and avoids the compatibility problems noted in https://github.com/hashicorp/nomad/pull/9634/files#diff-2161d829655a3a36ba2d916023e4eec125b9bd22873493c1c2e5e3f7ba92c691R128-R155 .

The intention is for us to promote this `mount` blocks and quietly deprecate the `mounts` type, while still honoring to preserve compatibility as much as we could.

This addresses the issue in https://github.com/hashicorp/nomad/issues/9604 .
2020-12-15 14:13:50 -05:00
..
2018-10-30 13:58:52 -04:00
2018-02-15 13:59:00 -08:00
2017-10-19 16:49:57 -07:00
2019-01-22 15:44:31 -08:00
2020-12-09 11:05:18 -08:00
2020-12-09 11:05:18 -08:00
2017-09-29 10:36:08 -07:00
2019-11-11 15:16:07 -05:00
2020-12-09 11:05:18 -08:00