Merge pull request #1700 from iconara/patch-1

Clarify that the Java driver needs root on Linux
This commit is contained in:
Alex Dadgar 2016-09-12 09:25:45 -07:00 committed by GitHub
commit a4a4ed2c71
1 changed files with 4 additions and 3 deletions

View File

@ -61,9 +61,10 @@ task "web" {
## Client Requirements
The `java` driver requires Java to be installed and in your system's `$PATH`. The
task must also specify at least one artifact to download, as this is the only way
to retrieve the Jar being run.
The `java` driver requires Java to be installed and in your system's `$PATH`. On
Linux, Nomad must run as root since it will use `chroot` and `cgroups` which
require root privileges. The task must also specify at least one artifact to
download, as this is the only way to retrieve the Jar being run.
## Client Attributes