Separate args from exec command; inject environment variables and general cleanup of Rkt driver

This commit is contained in:
Alex Dadgar
2015-10-09 10:52:44 -07:00
parent ba17a44988
commit e2105f0643
3 changed files with 53 additions and 33 deletions

View File

@@ -22,6 +22,7 @@ The `Rkt` driver supports the following configuration in the job spec:
the box running the nomad agent.
* `name` - **(Required)** Fully qualified name of an image to run using rkt
* `exec` - **(Optional**) A command to execute on the ACI
* `args` - **(Optional**) A string of args to pass into the image.
## Client Requirements