From 83f4f6845c3644ff2a113061c09587b3ff78f9ad Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 23 Dec 2015 00:05:25 +0530 Subject: [PATCH] Update some rkt docs --- website/source/docs/drivers/rkt.html.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index d37e16b5c31..56d1069bc20 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -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.