mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
driver/docker: mark cpusets as beta
The cpuset_cpus flag may be subject to change when we revise cpu management. Also, it's only available in 1.0.0 Beta.
This commit is contained in:
@@ -77,7 +77,7 @@ The `docker` driver supports the following configuration in the job spec. Only
|
||||
command = "my-command"
|
||||
}
|
||||
```
|
||||
- `cpuset_cpus` - (Optional) CPUs in which to allow execution (0-3, 0,1).
|
||||
- `cpuset_cpus` <sup>Beta</sup> - (Optional) CPUs in which to allow execution (0-3, 0,1).
|
||||
Limit the specific CPUs or cores a container can use. A comma-separated list
|
||||
or hyphen-separated range of CPUs a container can use, if you have more than
|
||||
one CPU. The first CPU is numbered 0. A valid value might be 0-3 (to use the
|
||||
|
||||
Reference in New Issue
Block a user