mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Document user only availabe on linux
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user