remote_api_client_libraries.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. ==================================
  5. Docker Remote API Client Libraries
  6. ==================================
  7. These libraries have not been tested by the Docker Maintainers for
  8. compatibility. Please file issues with the library owners. If you
  9. find more library implementations, please list them in Docker doc bugs
  10. and we will add the libraries here.
  11. +----------------------+----------------+--------------------------------------------+
  12. | Language/Framework | Name | Repository |
  13. +======================+================+============================================+
  14. | Python | docker-py | https://github.com/dotcloud/docker-py |
  15. +----------------------+----------------+--------------------------------------------+
  16. | Ruby | docker-client | https://github.com/geku/docker-client |
  17. +----------------------+----------------+--------------------------------------------+
  18. | Ruby | docker-api | https://github.com/swipely/docker-api |
  19. +----------------------+----------------+--------------------------------------------+
  20. | Javascript (NodeJS) | docker.io | https://github.com/appersonlabs/docker.io |
  21. | | | Install via NPM: `npm install docker.io` |
  22. +----------------------+----------------+--------------------------------------------+
  23. | Javascript | docker-js | https://github.com/dgoujard/docker-js |
  24. +----------------------+----------------+--------------------------------------------+
  25. | Javascript (Angular) | dockerui | https://github.com/crosbymichael/dockerui |
  26. | **WebUI** | | |
  27. +----------------------+----------------+--------------------------------------------+
  28. | Java | docker-java | https://github.com/kpelykh/docker-java |
  29. +----------------------+----------------+--------------------------------------------+
  30. | Erlang | erldocker | https://github.com/proger/erldocker |
  31. +----------------------+----------------+--------------------------------------------+
  32. | Go | go-dockerclient| https://github.com/fsouza/go-dockerclient |
  33. +----------------------+----------------+--------------------------------------------+