docker / docker-py

A Python library for the Docker Engine API

Home Page:https://docker-py.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `cpuperiod` and `cpuquota` container limits for build

derlin opened this issue · comments

Docker API v1.19 (see changelog introduced two new arguments to build:

POST /build accepts cpuperiod and cpuquota options

It would be great to update the container_limits valid keys in BuildApiMixin to introduce them.