diff options
Diffstat (limited to 'docker/api/container.py')
-rw-r--r-- | docker/api/container.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/api/container.py b/docker/api/container.py index 962d8cb..8994129 100644 --- a/docker/api/container.py +++ b/docker/api/container.py @@ -438,6 +438,8 @@ class ContainerApiMixin(object): ``0,1``). cpuset_mems (str): Memory nodes (MEMs) in which to allow execution (``0-3``, ``0,1``). Only effective on NUMA systems. + device_cgroup_rules (:py:class:`list`): A list of cgroup rules to + apply to the container. device_read_bps: Limit read rate (bytes per second) from a device in the form of: `[{"Path": "device_path", "Rate": rate}]` device_read_iops: Limit read rate (IO per second) from a device. |