1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
cli/components/engine/docs/sources/api/remote_api_client_libraries.rst
Michael Crosby 2c8dcaacd9 Revert "Fix #2115 Clean AUFS references. Also fixes some links to client libraries and mongo example."
This reverts commit f4c17a202b5f6021d48c3cb3342c37607b509630.
Upstream-commit: dab84f7e8bc1647f70782731e797fd827c7ce42a
Component: engine
2013-10-16 14:38:24 -07:00

2.5 KiB

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

Docker Remote API Client Libraries

These libraries have not been tested by the Docker Maintainers for compatibility. Please file issues with the library owners. If you find more library implementations, please list them in Docker doc bugs 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) WebUI dockerui https://github.com/crosbymichael/dockerui
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