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
Kyle Conroy 34e28ccc88 Remove smart quotes. Add the X-Docker-Token header
Also fix the /layer endpoint, which had incorrect information
2013-09-26 01:15:36 -07:00
..
docker_remote_api.rst Fix minor typo 2013-09-17 18:49:47 +00: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 Remove many remaining docs references to the deprecated base repository and several other minor doc cleanups 2013-09-19 10:27:08 -06: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 Remove smart quotes. Add the X-Docker-Token header 2013-09-26 01:15:36 -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 Remove smart quotes. Add the X-Docker-Token header 2013-09-26 01:15:36 -07: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

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