shin- 34edbd4f7e Merge branch '1357-implement-login-with-private-registry' of git://github.com/mhennings/docker into mhennings-1357-implement-login-with-private-registry 12 роки тому
..
MAINTAINERS 4dc04d7690 Add GitHub usernames to MAINTAINERS 12 роки тому
README.md d64f105b44 Added a readme explaining the role of each API 12 роки тому
docker_remote_api.rst 58ffd03bf1 add new docker api client for erlang, erldocker 12 роки тому
docker_remote_api_v1.0.rst ff6b6f2ce1 Fixed some typo's and formatting issues in remote api documentation. 12 роки тому
docker_remote_api_v1.1.rst 9b2a5964fc Fixed typos 12 роки тому
docker_remote_api_v1.2.rst 9b2a5964fc Fixed typos 12 роки тому
docker_remote_api_v1.3.rst 9b2a5964fc Fixed typos 12 роки тому
docker_remote_api_v1.4.rst fcee6056dc Login against private registry 12 роки тому
index.rst 092c761cec Merge pull request #853 from kencochrane/registry-api-1.1-fix 12 роки тому
index_api.rst 54f9cdb0c3 Make docs build without warnings or errors. Minor additional cleanup. 12 роки тому
registry_api.rst 9e1cd37bbc seperated the registry and index API's into their own docs 12 роки тому
registry_index_spec.rst e2409ad337 Added information about Docker's high level tools over LXC. Formatting cleanup. Mailing list cleanup. 12 роки тому

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