From e09f7160ca11989867b057b5f98e0259fb0ae1ea Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 26 Nov 2015 18:10:12 -0500 Subject: [PATCH] Update rkt docs for > v.0.10.0 of rkt --- website/source/docs/drivers/rkt.html.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index 7ce3e1a49..d37e16b5c 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -33,10 +33,8 @@ The `rkt` driver supports the following configuration in the job spec: ## Task Directories -The `rkt` driver does not currently support mounting the `alloc/` and `local/` -directory. It is currently blocked by this [rkt -issue](https://github.com/coreos/rkt/issues/761). As such the coresponding -[environment variables](/docs/jobspec/environment.html#task_dir) are not set. +The `rkt` driver currently does not support mounting of the `alloc/` and `local/` directory. +Once support is added, version `v0.10.0` or above of `rkt` will be required. ## Client Requirements