moby--moby/docs/sources/api
Victor Vieux 20a763e519 fix indent in doc 2013-09-05 22:33:04 +00: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 add new docker api client for erlang, erldocker 2013-09-04 12:53:38 +03:00
docker_remote_api_v1.0.rst Fixed some typo's and formatting issues in remote api documentation. 2013-08-05 15:55:40 -07:00
docker_remote_api_v1.1.rst Fixed typos 2013-08-12 18:53:06 +01:00
docker_remote_api_v1.2.rst Fixed typos 2013-08-12 18:53:06 +01:00
docker_remote_api_v1.3.rst Fixed typos 2013-08-12 18:53:06 +01:00
docker_remote_api_v1.4.rst fix indent in doc 2013-09-05 22:33:04 +00:00
index.rst Merge pull request #853 from kencochrane/registry-api-1.1-fix 2013-06-11 18:34:10 -07:00
index_api.rst Make docs build without warnings or errors. Minor additional cleanup. 2013-07-18 19:04:51 -07:00
registry_api.rst seperated the registry and index API's into their own docs 2013-06-07 13:42:52 -04:00
registry_index_spec.rst Added information about Docker's high level tools over LXC. Formatting cleanup. Mailing list cleanup. 2013-08-13 13:45:07 -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