moby--moby/docs/sources/api
Andy Rothfusz bba5fd4555 Fix #2302 2013-10-18 18:00:44 -07:00
..
MAINTAINERS Add GitHub usernames to MAINTAINERS 2013-08-09 21:16:44 -04:00
README.md Added a readme explaining the role of each API 2013-06-11 10:39:02 -07:00
docker_remote_api.rst Revert "Fix #2115 Clean AUFS references. Also fixes some links to client libraries and mongo example." 2013-10-16 14:38:24 -07:00
docker_remote_api_v1.0.rst Remove many remaining docs references to the deprecated `base` repository and several other minor doc cleanups 2013-09-19 10:27:08 -06:00
docker_remote_api_v1.1.rst Remove many remaining docs references to the deprecated `base` repository and several other minor doc cleanups 2013-09-19 10:27:08 -06:00
docker_remote_api_v1.2.rst Remove many remaining docs references to the deprecated `base` repository and several other minor doc cleanups 2013-09-19 10:27:08 -06:00
docker_remote_api_v1.3.rst Remove many remaining docs references to the deprecated `base` repository and several other minor doc cleanups 2013-09-19 10:27:08 -06:00
docker_remote_api_v1.4.rst Remove many remaining docs references to the deprecated `base` repository and several other minor doc cleanups 2013-09-19 10:27:08 -06:00
docker_remote_api_v1.5.rst Cleanup whitespace in API 1.5 docs 2013-10-06 19:52:18 -06:00
docker_remote_api_v1.6.rst Fix #2302 2013-10-18 18:00:44 -07:00
index.rst Clean up build warnings. Remove redundant files. 2013-10-17 17:57:01 -07:00
index_api.rst Changes to a new style for the docs. Includes version switcher. 2013-09-27 19:54:52 -07:00
registry_api.rst Fix Ping endpoint documentation 2013-10-01 15:49:32 -07:00
registry_index_spec.rst Changes to a new style for the docs. Includes version switcher. 2013-09-27 19:54:52 -07:00
remote_api_client_libraries.rst Revert "Fix #2115 Clean AUFS references. Also fixes some links to client libraries and mongo example." 2013-10-16 14:38:24 -07:00

README.md

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