Merge pull request #1700 from iconara/patch-1
Clarify that the Java driver needs root on Linux
This commit is contained in:
commit
a4a4ed2c71
|
@ -61,9 +61,10 @@ task "web" {
|
||||||
|
|
||||||
## Client Requirements
|
## Client Requirements
|
||||||
|
|
||||||
The `java` driver requires Java to be installed and in your system's `$PATH`. The
|
The `java` driver requires Java to be installed and in your system's `$PATH`. On
|
||||||
task must also specify at least one artifact to download, as this is the only way
|
Linux, Nomad must run as root since it will use `chroot` and `cgroups` which
|
||||||
to retrieve the Jar being run.
|
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
|
## Client Attributes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue