Skip to content

Commit

Permalink
Update some rkt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Chanda committed Dec 22, 2015
1 parent e757097 commit 83f4f68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/source/docs/drivers/rkt.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ The `rkt` driver will set the following client attributes:

* `driver.rkt` - Set to `1` if rkt is found on the host node. Nomad determines
this by executing `rkt version` on the host and parsing the output
* `driver.rkt.version` - Version of `rkt` eg: `0.8.1`
* `driver.rkt.version` - Version of `rkt` eg: `0.8.1`. Note that the minimum required
version is `0.14.0`
* `driver.rkt.appc.version` - Version of `appc` that `rkt` is using eg: `0.8.1`

## Resource Isolation

This driver does not support any resource isolation as of now.
This driver supports CPU and memory isolation by delegating to `rkt`. Network isolation
is not supported as of now.

0 comments on commit 83f4f68

Please sign in to comment.