1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/sources/api
2013-12-26 06:43:26 +01:00
..
docker_remote_api.rst Update docker_remote_api.rst to reflect that the latest remote API version is 1.8 2013-12-17 11:48:21 -08:00
docker_remote_api_v1.0.rst Update all older docs too 2013-10-29 13:57:42 -04:00
docker_remote_api_v1.1.rst Update all older docs too 2013-10-29 13:57:42 -04:00
docker_remote_api_v1.2.rst Update all older docs too 2013-10-29 13:57:42 -04:00
docker_remote_api_v1.3.rst http method typo in documentation for events endpoint (all api versions) 2013-12-23 21:21:01 +00:00
docker_remote_api_v1.4.rst http method typo in documentation for events endpoint (all api versions) 2013-12-23 21:21:01 +00:00
docker_remote_api_v1.5.rst http method typo in documentation for events endpoint (all api versions) 2013-12-23 21:21:01 +00:00
docker_remote_api_v1.6.rst http method typo in documentation for events endpoint (all api versions) 2013-12-23 21:21:01 +00:00
docker_remote_api_v1.7.rst Fixed #3039 - Added clarify on port options in API 2013-12-24 13:01:59 -05:00
docker_remote_api_v1.8.rst Document "name" query parameter for "POST /containers/create" in Remote API v1.8 2013-12-26 06:43:26 +01: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
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
registry_api.rst Minor style cleanups to the API spec docs 2013-12-23 11:45:51 -05:00
registry_index_spec.rst Minor style cleanups to the API spec docs 2013-12-23 11:45:51 -05:00
remote_api_client_libraries.rst Fix title on doc page for remote_api_client_libraries.rst 2013-11-21 12:45:01 -08: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