1234567891011121314151617181920212223242526272829303132333435363738394041 |
- :title: Registry API
- :description: Various client libraries available to use with the Docker remote API
- :keywords: API, Docker, index, registry, REST, documentation, clients, Python, Ruby, Javascript, Erlang, Go
- .. _remote_api_client_libs:
- ==================================
- Docker Remote API Client Libraries
- ==================================
- These libraries have not been tested by the Docker Maintainers for
- compatibility with the :doc:`docker_remote_api`. Please file issues
- with the library owners. If you find more library implementations,
- please list them in `Docker doc issues
- <https://github.com/dotcloud/docker/issues?direction=desc&labels=doc&sort=updated&state=open>`_
- or make a pull request, and we will add the libraries here.
- +----------------------+----------------+--------------------------------------------+
- | Language/Framework | Name | Repository |
- +======================+================+============================================+
- | Python | docker-py | https://github.com/dotcloud/docker-py |
- +----------------------+----------------+--------------------------------------------+
- | Ruby | docker-client | https://github.com/geku/docker-client |
- +----------------------+----------------+--------------------------------------------+
- | Ruby | docker-api | https://github.com/swipely/docker-api |
- +----------------------+----------------+--------------------------------------------+
- | Javascript (NodeJS) | docker.io | https://github.com/appersonlabs/docker.io |
- | | | Install via NPM: `npm install docker.io` |
- +----------------------+----------------+--------------------------------------------+
- | Javascript | docker-js | https://github.com/dgoujard/docker-js |
- +----------------------+----------------+--------------------------------------------+
- | Javascript (Angular) | dockerui | https://github.com/crosbymichael/dockerui |
- | **WebUI** | | |
- +----------------------+----------------+--------------------------------------------+
- | Java | docker-java | https://github.com/kpelykh/docker-java |
- +----------------------+----------------+--------------------------------------------+
- | Erlang | erldocker | https://github.com/proger/erldocker |
- +----------------------+----------------+--------------------------------------------+
- | Go | go-dockerclient| https://github.com/fsouza/go-dockerclient |
- +----------------------+----------------+--------------------------------------------+
|