Add a specific doc entry for the common error you may see when you are

using the exec driver and not running as root.
This commit is contained in:
Pete Shima
2016-03-01 23:51:11 -08:00
parent 94e56b3541
commit ef4f85efee

View File

@@ -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: