github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/docs/reference/api/README.md (about) 1 --- 2 published: false 3 --- 4 5 <!-- This file is maintained within the docker/docker Github 6 repository at https://github.com/docker/docker/. Make all 7 pull requests against that repo. If you see this file in 8 another repository, consider it read-only there, as it will 9 periodically be overwritten by the definitive file. Pull 10 requests which include edits to this file in other repositories 11 will be rejected. 12 --> 13 14 This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes: 15 16 * The remote API by which a docker node can be queried over HTTP 17 * The registry API by which a docker node can download and upload 18 images for storage and sharing 19 * The index search API by which a docker node can search the public 20 index for images to download 21 * The docker.io OAuth and accounts API which 3rd party services can 22 use to access account information