From b8b641c8e13041de9b9455fd80820c4765506909 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 28 Aug 2018 09:39:57 -0700 Subject: [PATCH] docs: mention rkt group option --- website/source/docs/drivers/rkt.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index f3b17ce9f..c1f271507 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -114,6 +114,10 @@ The `rkt` driver supports the following configuration in the job spec: } ``` +* `group` - (Optional) Specifies the group that will run the task. Sets the + `--group` flag and overrides the group specified by the image. The + [`user`][user] may be specified at the task level. + ## Networking The `rkt` can specify `--net` and `--port` for the rkt client. Hence, there are two ways to use host ports by @@ -201,3 +205,6 @@ job "docs" { This driver supports CPU and memory isolation by delegating to `rkt`. Network isolation is not supported as of now. + + +[user]: /docs/job-specification/task.html#user