@@ -111,11 +111,12 @@ for example:
111
111
CPU period.
112
112
* cpu_shares (int): CPU shares (relative weight)
113
113
* cpuset_cpus (str): CPUs in which to allow execution (0-3, 0,1)
114
- * blkio_weight: Block IO weight (relative weight), accepts a weight value between 10 and 1000.
114
+ * blkio_weight: Block IO weight (relative weight), accepts a weight value
115
+ between 10 and 1000.
115
116
* blkio_weight_device: Block IO weight (relative device weight) in the form of:
116
117
` [{"Path": "device_path", "Weight": weight}] `
117
- * device_read_bps: Limit read rate (bytes per second) from a device in the form of:
118
- ` [{"Path": "device_path", "Rate": rate}] `
118
+ * device_read_bps: Limit read rate (bytes per second) from a device in the
119
+ form of: ` [{"Path": "device_path", "Rate": rate}] `
119
120
* device_write_bps: Limit write rate (bytes per second) from a device.
120
121
* device_read_iops: Limit read rate (IO per second) from a device.
121
122
* device_write_iops: Limit write rate (IO per second) from a device.
@@ -128,6 +129,7 @@ for example:
128
129
* sysctls (dict): Kernel parameters to set in the container.
129
130
* userns_mode (str): Sets the user namespace mode for the container when user
130
131
namespace remapping option is enabled. Supported values are: ` host `
132
+ * pids_limit (int): Tune a container’s pids limit. Set -1 for unlimited.
131
133
132
134
** Returns** (dict) HostConfig dictionary
133
135
0 commit comments