mirror of https://github.com/docker/docker-py.git
This adds support for Block IO constraint options:
- blkio-weight
- blkio-weight-device
- device-read-bps
- device-write-bps
- device-read-iops
- device-write-iops
Signed-off-by: yunzhu-li <contact@yunzhu.li>
|
||
|---|---|---|
| .. | ||
| testdata/certs | ||
| __init__.py | ||
| api_test.py | ||
| auth_test.py | ||
| build_test.py | ||
| client_test.py | ||
| container_test.py | ||
| exec_test.py | ||
| fake_api.py | ||
| fake_stat.py | ||
| image_test.py | ||
| network_test.py | ||
| ssladapter_test.py | ||
| utils_test.py | ||
| volume_test.py | ||