|
@@ -299,8 +299,8 @@ Create a container
|
|
|
"CpuQuota": 50000,
|
|
|
"CpusetCpus": "0,1",
|
|
|
"CpusetMems": "0,1",
|
|
|
- "MaximumIOps": 0,
|
|
|
- "MaximumIOBps": 0,
|
|
|
+ "IOMaximumBandwidth": 0,
|
|
|
+ "IOMaximumIOps": 0,
|
|
|
"BlkioWeight": 300,
|
|
|
"BlkioWeightDevice": [{}],
|
|
|
"BlkioDeviceReadBps": [{}],
|
|
@@ -409,8 +409,8 @@ Create a container
|
|
|
- **CpuQuota** - Microseconds of CPU time that the container can get in a CPU period.
|
|
|
- **CpusetCpus** - String value containing the `cgroups CpusetCpus` to use.
|
|
|
- **CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
|
|
|
- - **MaximumIOps** - Maximum IO absolute rate in terms of IOps.
|
|
|
- - **MaximumIOBps** - Maximum IO absolute rate in terms of bytes per second.
|
|
|
+ - **IOMaximumBandwidth** - Maximum IO absolute rate in terms of IOps.
|
|
|
+ - **IOMaximumIOps** - Maximum IO absolute rate in terms of bytes per second.
|
|
|
- **BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
|
|
|
- **BlkioWeightDevice** - Block IO weight (relative device weight) in the form of: `"BlkioWeightDevice": [{"Path": "device_path", "Weight": weight}]`
|
|
|
- **BlkioDeviceReadBps** - Limit read rate (bytes per second) from a device in the form of: `"BlkioDeviceReadBps": [{"Path": "device_path", "Rate": rate}]`, for example:
|
|
@@ -558,8 +558,8 @@ Return low-level information on the container `id`
|
|
|
"ExecIDs": null,
|
|
|
"HostConfig": {
|
|
|
"Binds": null,
|
|
|
- "MaximumIOps": 0,
|
|
|
- "MaximumIOBps": 0,
|
|
|
+ "IOMaximumBandwidth": 0,
|
|
|
+ "IOMaximumIOps": 0,
|
|
|
"BlkioWeight": 0,
|
|
|
"BlkioWeightDevice": [{}],
|
|
|
"BlkioDeviceReadBps": [{}],
|