interpreted variable docs

This commit is contained in:
Alex Dadgar
2016-02-06 15:34:21 -08:00
parent 652da981ea
commit 3e24cd1910
10 changed files with 215 additions and 106 deletions

View File

@@ -29,11 +29,11 @@ The `java` driver supports the following configuration in the job spec:
* `args` - (Optional) A list of arguments to the optional `command`.
References to environment variables or any [intepretable Nomad
variables](/docs/jobspec/index.html#interpreted_vars) will be interpreted
variables](/docs/jobspec/interpreted.html) will be interpreted
before launching the task. For example:
```
args = ["${nomad.ip}", "${MY_ENV}", "${meta.foo}"]
args = ["${nomad.datacenter}", "${MY_ENV}", "${meta.foo}"]
```
* `jvm_options` - (Optional) A list of JVM options to be passed while invoking