2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
published: false
|
|
|
|
---
|
2015-11-23 11:15:39 +10:00
|
|
|
|
2016-10-19 10:25:45 -07:00
|
|
|
<!-- This file is maintained within the docker/docker Github
|
|
|
|
repository at https://github.com/docker/docker/. Make all
|
|
|
|
pull requests against that repo. If you see this file in
|
|
|
|
another repository, consider it read-only there, as it will
|
|
|
|
periodically be overwritten by the definitive file. Pull
|
|
|
|
requests which include edits to this file in other repositories
|
|
|
|
will be rejected.
|
|
|
|
-->
|
|
|
|
|
2013-06-11 10:39:02 -07:00
|
|
|
This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes:
|
|
|
|
|
2014-04-23 23:48:28 +03:00
|
|
|
* 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
|
2014-05-08 15:11:17 +02:00
|
|
|
images for storage and sharing
|
2014-04-23 23:48:28 +03:00
|
|
|
* 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
|