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
Guillaume J. Charmes de563a3ea3 Merge pull request #1194 from crosbymichael/build-verbose
* Builder: Add verbose output to docker build
2013-07-17 12:53:06 -07:00
..
docker_remote_api.rst Merge branch 'master' into list_container_processes-feature 2013-07-12 11:47:27 +00:00
docker_remote_api_v1.0.rst updated doc 2013-06-05 13:19:57 +02:00
docker_remote_api_v1.1.rst rebase master 2013-06-13 17:58:06 +00:00
docker_remote_api_v1.2.rst Merge pull request #848 from dotcloud/builder_server-3 2013-06-21 14:55:08 -07:00
docker_remote_api_v1.3.rst Merge pull request #1194 from crosbymichael/build-verbose 2013-07-17 12:53:06 -07: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 seperated the registry and index API's into their own docs 2013-06-07 13:42:52 -04:00
MAINTAINERS Documented who decides what and how. 2013-05-28 19:39:09 -07:00
README.md Added a readme explaining the role of each API 2013-06-11 10:39:02 -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 seperated the registry and index API's into their own docs 2013-06-07 13:42:52 -04: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