mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Remove raw-exec example
This commit is contained in:
@@ -88,19 +88,6 @@ The `raw_exec` driver will set the following client attributes:
|
||||
|
||||
* `driver.raw_exec` - This will be set to "1", indicating the driver is available.
|
||||
|
||||
Here is an example of using these properties in a job file:
|
||||
|
||||
```hcl
|
||||
job "docs" {
|
||||
# Only run this job where raw-exec is enabled. (Note: this constraint is
|
||||
# applied automatically if you specify a task that uses the raw-exec driver).
|
||||
constraint {
|
||||
attribute = "${driver.raw_exec}"
|
||||
value = "1"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Resource Isolation
|
||||
|
||||
The `raw_exec` driver provides no isolation.
|
||||
|
||||
Reference in New Issue
Block a user