2013-06-12 01:39:02 +08:00
|
|
|
This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes:
|
|
|
|
|
|
2014-04-24 04:48:28 +08: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 21:11:17 +08:00
|
|
|
images for storage and sharing
|
2014-04-24 04:48:28 +08: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
|