2015-11-23 11:15:39 +10:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
draft = true
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
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
|