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
Victor Vieux 2801624462 Merge pull request #1796 from shin-/api_1_5
*Remote API: Bumped API version to 1.5
*Registry: Implement login with private registry
*Remote API: Improve port mapping information
2013-09-09 16:58:54 -07:00
..
docker_remote_api.rst Merge pull request #1796 from shin-/api_1_5 2013-09-09 16:58:54 -07: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 Merge pull request #1796 from shin-/api_1_5 2013-09-09 16:58:54 -07:00
docker_remote_api_v1.5.rst Updated docs for API v1.5 2013-09-04 22:58:58 +02:00
index.rst
index_api.rst
MAINTAINERS Add GitHub usernames to MAINTAINERS 2013-08-09 21:16:44 -04:00
README.md
registry_api.rst
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