Brian Goff d78fcb32ff Add ability to force removal of running container via docker rm -f 11 年之前
..
README.md 89ff488b55 Added Reference Manual 11 年之前
docker_remote_api.rst d78fcb32ff Add ability to force removal of running container via docker rm -f 11 年之前
docker_remote_api_v1.0.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.1.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.10.rst d78fcb32ff Add ability to force removal of running container via docker rm -f 11 年之前
docker_remote_api_v1.2.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.3.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.4.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.5.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.6.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.7.rst 3417dd4b3b Image tag endpoint doc typo. 11 年之前
docker_remote_api_v1.8.rst c3faab3955 docs: document some JSON parameters /containers/create and /containers/(id)/start in remote api (fixes #2948) 11 年之前
docker_remote_api_v1.9.rst f36d455144 Merge pull request #4245 from manuel-woelker/docs-remote-api 11 年之前
index.rst 89ff488b55 Added Reference Manual 11 年之前
index_api.rst 89ff488b55 Added Reference Manual 11 年之前
registry_api.rst 89ff488b55 Added Reference Manual 11 年之前
registry_index_spec.rst 89ff488b55 Added Reference Manual 11 年之前
remote_api_client_libraries.rst 02d94dcf6e Add dockerode NodeJS implementation 11 年之前

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