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