Document user only availabe on linux

This commit is contained in:
Alex Dadgar 2016-06-12 14:33:45 -07:00
parent e547f1a86d
commit 3bef934580
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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