Skip to content

Commit

Permalink
Merge pull request #870 from hashicorp/f-exec-driver-error-doc-update
Browse files Browse the repository at this point in the history
Add a specific entry for the common error you may see
  • Loading branch information
dadgar committed Mar 2, 2016
2 parents 94e56b3 + 3ec9968 commit dbd815b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/drivers/exec.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ You must specify a `command` to be executed. Optionally you can specify an
`artifact_source` to be downloaded as well. Any `command` is assumed to be present on the
running client, or a downloaded artifact.
If you are receiving the error `* Constraint "missing drivers" filtered <> nodes`
and using the exec driver, check to ensure that you are running Nomad as root. This
also applies for running Nomad in -dev mode.
## Examples
To run a binary present on the Node:
Expand Down

0 comments on commit dbd815b

Please sign in to comment.