moby/docs/sources/api
2013-06-11 10:39:02 -07:00
..
docker_remote_api.rst * Remote Api: Add flag to enable cross domain requests 2013-06-11 10:12:36 +00:00
index.rst Add list of Docker Remote API Client Libraries. Fixes #800. 2013-06-10 15:17:27 -07:00
index_search_api.rst Major rearrange of the documentation. 2013-05-10 12:00:12 -07:00
MAINTAINERS Documented who decides what and how. 2013-05-28 19:39:09 -07:00
README.md Added a readme explaining the role of each API 2013-06-11 10:39:02 -07:00
registry_api.rst Remove special case for 'teams' from registry api 2013-05-30 11:37:58 -07:00

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 container images for storage and sharing
  • The index search API by which a docker node can search the public index for images to download