Skip to content

Commit

Permalink
Merge pull request #1700 from iconara/patch-1
Browse files Browse the repository at this point in the history
Clarify that the Java driver needs root on Linux
  • Loading branch information
dadgar authored Sep 12, 2016
2 parents 82863bb + aa18f4a commit e9ca2d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/source/docs/drivers/java.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9ca2d4

Please sign in to comment.