docker-py
docker-py copied to clipboard
Support `cpuperiod` and `cpuquota` container limits for build
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.
@milas, @glours can someone please have a look? It's been opened since April.