From 20a3dbcaf0e7ccc07e7ca4f852a6911027acfa9a Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Sun, 12 Jun 2016 14:33:45 -0700 Subject: [PATCH] Document user only availabe on linux --- website/source/docs/jobspec/index.html.md | 2 +- website/source/docs/jobspec/json.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobspec/index.html.md b/website/source/docs/jobspec/index.html.md index 1382c4f26..a36b9d569 100644 --- a/website/source/docs/jobspec/index.html.md +++ b/website/source/docs/jobspec/index.html.md @@ -231,7 +231,7 @@ The `task` object supports the following keys: is available. Examples include `docker`, `qemu`, `java`, and `exec`. * `user` - Set the user that will run the task. It defaults to the same user - the Nomad client is being run as. + the Nomad client is being run as. This can only be set on Linux platforms. * `constraint` - This can be provided multiple times to define additional constraints. See the constraint reference for more details. diff --git a/website/source/docs/jobspec/json.html.md b/website/source/docs/jobspec/json.html.md index 38d595f0b..e68644694 100644 --- a/website/source/docs/jobspec/json.html.md +++ b/website/source/docs/jobspec/json.html.md @@ -370,7 +370,7 @@ The `Task` object supports the following keys: * `User` - Set the user that will run the task. It defaults to the same user - the Nomad client is being run as. + the Nomad client is being run as. This can only be set on Linux platforms. ### Resources