summaryrefslogtreecommitdiff
path: root/docs/sources/reference/api/remote_api_client_libraries.rst
blob: 4a445db36f53a5d0e98ad005f1e16e0e684acaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
:title: Remote API Client Libraries
: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                                 | Status   |
+======================+================+============================================+==========+
| Python               | docker-py      | https://github.com/dotcloud/docker-py      | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Ruby                 | docker-client  | https://github.com/geku/docker-client      | Outdated |
+----------------------+----------------+--------------------------------------------+----------+
| Ruby                 | docker-api     | https://github.com/swipely/docker-api      | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| JavaScript (NodeJS)  | dockerode      | https://github.com/apocas/dockerode        | Active   |
|                      |                | Install via NPM: `npm install dockerode`   |          |
+----------------------+----------------+--------------------------------------------+----------+
| JavaScript (NodeJS)  | docker.io      | https://github.com/appersonlabs/docker.io  | Active   |
|                      |                | Install via NPM: `npm install docker.io`   |          |
+----------------------+----------------+--------------------------------------------+----------+
| JavaScript           | docker-js      | https://github.com/dgoujard/docker-js      | Outdated |
+----------------------+----------------+--------------------------------------------+----------+
| JavaScript (Angular) | docker-cp      | https://github.com/13W/docker-cp           | Active   |
| **WebUI**            |                |                                            |          |
+----------------------+----------------+--------------------------------------------+----------+
| JavaScript (Angular) | dockerui       | https://github.com/crosbymichael/dockerui  | Active   |
| **WebUI**            |                |                                            |          |
+----------------------+----------------+--------------------------------------------+----------+
| Java                 | docker-java    | https://github.com/kpelykh/docker-java     | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Erlang               | erldocker      | https://github.com/proger/erldocker        | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Go                   | go-dockerclient| https://github.com/fsouza/go-dockerclient  | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Go                   | dockerclient   | https://github.com/samalba/dockerclient    | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| PHP                  | Alvine         | http://pear.alvine.io/ (alpha)             | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| PHP                  | Docker-PHP     | http://stage1.github.io/docker-php/        | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Perl                 | Net::Docker    | https://metacpan.org/pod/Net::Docker       | Active   |
+----------------------+----------------+--------------------------------------------+----------+
| Perl                 | Eixo::Docker   | https://github.com/alambike/eixo-docker    | Active   |
+----------------------+----------------+--------------------------------------------+----------+