Docker 1.7 got support for specifying the CFS scheduler's CPU quota and period. The work appears to have started around commit dcc50e1d593fd7995189872791c6d7a013f16970. This change updates the API documentation to reflect the existing support. Signed-off-by: Victor Costan <costan@gmail.com> Upstream-commit: 26bd356078a02313649c7562369a2b2de6b63e19 Component: engine
This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes:
- The remote API by which a docker node can be queried over HTTP
- The registry API by which a docker node can download and upload images for storage and sharing
- The index search API by which a docker node can search the public index for images to download
- The docker.io OAuth and accounts API which 3rd party services can use to access account information