Document user only availabe on linux
This commit is contained in:
parent
e547f1a86d
commit
3bef934580
|
@ -231,7 +231,7 @@ The `task` object supports the following keys:
|
||||||
is available. Examples include `docker`, `qemu`, `java`, and `exec`.
|
is available. Examples include `docker`, `qemu`, `java`, and `exec`.
|
||||||
|
|
||||||
* `user` - Set the user that will run the task. It defaults to the same user
|
* `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
|
* `constraint` - This can be provided multiple times to define additional
|
||||||
constraints. See the constraint reference for more details.
|
constraints. See the constraint reference for more details.
|
||||||
|
|
|
@ -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
|
* `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
|
### Resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue