remote_api_client_libraries.rst 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. :title: Registry API
  2. :description: Various client libraries available to use with the Docker remote API
  3. :keywords: API, Docker, index, registry, REST, documentation, clients, Python, Ruby, Javascript, Erlang, Go
  4. .. _remote_api_client_libs:
  5. ==================================
  6. Docker Remote API Client Libraries
  7. ==================================
  8. These libraries have not been tested by the Docker Maintainers for
  9. compatibility with the :doc:`docker_remote_api`. Please file issues
  10. with the library owners. If you find more library implementations,
  11. please list them in `Docker doc issues
  12. <https://github.com/dotcloud/docker/issues?direction=desc&labels=doc&sort=updated&state=open>`_
  13. or make a pull request, and we will add the libraries here.
  14. +----------------------+----------------+--------------------------------------------+
  15. | Language/Framework | Name | Repository |
  16. +======================+================+============================================+
  17. | Python | docker-py | https://github.com/dotcloud/docker-py |
  18. +----------------------+----------------+--------------------------------------------+
  19. | Ruby | docker-client | https://github.com/geku/docker-client |
  20. +----------------------+----------------+--------------------------------------------+
  21. | Ruby | docker-api | https://github.com/swipely/docker-api |
  22. +----------------------+----------------+--------------------------------------------+
  23. | Javascript (NodeJS) | docker.io | https://github.com/appersonlabs/docker.io |
  24. | | | Install via NPM: `npm install docker.io` |
  25. +----------------------+----------------+--------------------------------------------+
  26. | Javascript | docker-js | https://github.com/dgoujard/docker-js |
  27. +----------------------+----------------+--------------------------------------------+
  28. | Javascript (Angular) | dockerui | https://github.com/crosbymichael/dockerui |
  29. | **WebUI** | | |
  30. +----------------------+----------------+--------------------------------------------+
  31. | Java | docker-java | https://github.com/kpelykh/docker-java |
  32. +----------------------+----------------+--------------------------------------------+
  33. | Erlang | erldocker | https://github.com/proger/erldocker |
  34. +----------------------+----------------+--------------------------------------------+
  35. | Go | go-dockerclient| https://github.com/fsouza/go-dockerclient |
  36. +----------------------+----------------+--------------------------------------------+