2016-10-14 18:30:36 -04:00
|
|
|
---
|
|
|
|
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, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"]
|
|
|
|
---
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2016-10-19 13:25:45 -04:00
|
|
|
<!-- This file is maintained within the docker/docker Github
|
|
|
|
repository at https://github.com/docker/docker/. Make all
|
|
|
|
pull requests against that repo. If you see this file in
|
|
|
|
another repository, consider it read-only there, as it will
|
|
|
|
periodically be overwritten by the definitive file. Pull
|
|
|
|
requests which include edits to this file in other repositories
|
|
|
|
will be rejected.
|
|
|
|
-->
|
|
|
|
|
2015-04-21 11:50:09 -04:00
|
|
|
# Docker Remote API client libraries
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2016-05-31 19:11:36 -04:00
|
|
|
These libraries make it easier to build applications on top of the Docker
|
|
|
|
Remote API with various programming languages. They have not been tested by the
|
|
|
|
Docker maintainers for compatibility, so if you run into any issues, file them
|
|
|
|
with the library maintainers.
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
<table border="1" class="docutils">
|
|
|
|
<colgroup>
|
2016-05-31 19:12:14 -04:00
|
|
|
<col width="29%">
|
|
|
|
<col width="23%">
|
2014-04-23 16:48:28 -04:00
|
|
|
<col width="48%">
|
|
|
|
</colgroup>
|
|
|
|
<thead valign="bottom">
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
|
|
|
<th class="head">Language/Framework</th>
|
2014-04-23 16:48:28 -04:00
|
|
|
<th class="head">Name</th>
|
|
|
|
<th class="head">Repository</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody valign = "top">
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>C#</td>
|
|
|
|
<td>Docker.DotNet</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/ahmetalpbalkan/Docker.DotNet">https://github.com/ahmetalpbalkan/Docker.DotNet</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2015-01-08 10:15:45 -05:00
|
|
|
<td>C++</td>
|
|
|
|
<td>lasote/docker_client</td>
|
2016-04-21 19:24:51 -04:00
|
|
|
<td><a class="reference external" href="https://github.com/lasote/docker_client">https://github.com/lasote/docker_client</a></td>
|
2015-01-08 10:15:45 -05:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Erlang</td>
|
|
|
|
<td>erldocker</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/proger/erldocker">https://github.com/proger/erldocker</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2015-05-14 09:17:34 -04:00
|
|
|
<td>Dart</td>
|
|
|
|
<td>bwu_docker</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/bwu-dart/bwu_docker">https://github.com/bwu-dart/bwu_docker</a></td>
|
|
|
|
</tr>
|
2016-10-19 13:25:45 -04:00
|
|
|
<tr>
|
|
|
|
<td>Go</td>
|
|
|
|
<td>Docker Go client</td>
|
|
|
|
<td><a class="reference external" href="https://godoc.org/github.com/docker/docker/client">https://godoc.org/github.com/docker/docker/client</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:28:11 -04:00
|
|
|
<tr>
|
|
|
|
<td>Gradle</td>
|
|
|
|
<td>gradle-docker-plugin</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/gesellix/gradle-docker-plugin">https://github.com/gesellix/gradle-docker-plugin</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Groovy</td>
|
|
|
|
<td>docker-client</td>
|
2015-07-19 15:28:11 -04:00
|
|
|
<td><a class="reference external" href="https://github.com/gesellix/docker-client">https://github.com/gesellix/docker-client</a></td>
|
2014-09-08 02:28:12 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2015-04-15 09:24:43 -04:00
|
|
|
<td>Haskell</td>
|
|
|
|
<td>docker-hs</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/denibertovic/docker-hs">https://github.com/denibertovic/docker-hs</a></td>
|
|
|
|
</tr>
|
2015-10-07 17:29:44 -04:00
|
|
|
<tr>
|
|
|
|
<td>HTML (Web Components)</td>
|
|
|
|
<td>docker-elements</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/kapalhq/docker-elements">https://github.com/kapalhq/docker-elements</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Java</td>
|
|
|
|
<td>docker-java</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/docker-java/docker-java">https://github.com/docker-java/docker-java</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Java</td>
|
|
|
|
<td>docker-client</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/spotify/docker-client">https://github.com/spotify/docker-client</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2016-04-21 20:07:55 -04:00
|
|
|
<td>NodeJS</td>
|
2014-04-23 16:48:28 -04:00
|
|
|
<td>dockerode</td>
|
2016-05-31 19:12:14 -04:00
|
|
|
<td><a class="reference external" href="https://github.com/apocas/dockerode">https://github.com/apocas/dockerode</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Perl</td>
|
|
|
|
<td>Eixo::Docker</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/alambike/eixo-docker">https://github.com/alambike/eixo-docker</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-04-23 16:48:28 -04:00
|
|
|
<td>PHP</td>
|
|
|
|
<td>Docker-PHP</td>
|
2016-02-01 16:45:34 -05:00
|
|
|
<td><a class="reference external" href="https://github.com/docker-php/docker-php">https://github.com/docker-php/docker-php</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Python</td>
|
|
|
|
<td>docker-py</td>
|
2014-10-22 10:48:37 -04:00
|
|
|
<td><a class="reference external" href="https://github.com/docker/docker-py">https://github.com/docker/docker-py</a></td>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Ruby</td>
|
|
|
|
<td>docker-api</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/swipely/docker-api">https://github.com/swipely/docker-api</a></td>
|
2014-06-28 01:38:54 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Rust</td>
|
|
|
|
<td>docker-rust</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/abh1nav/docker-rust">https://github.com/abh1nav/docker-rust</a></td>
|
2014-06-13 14:19:59 -04:00
|
|
|
</tr>
|
2016-01-04 08:03:14 -05:00
|
|
|
<tr>
|
|
|
|
<td>Rust</td>
|
|
|
|
<td>shiplift</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/softprops/shiplift">https://github.com/softprops/shiplift</a></td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Scala</td>
|
|
|
|
<td>tugboat</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/softprops/tugboat">https://github.com/softprops/tugboat</a></td>
|
2014-07-03 16:24:24 -04:00
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-09-17 03:42:57 -04:00
|
|
|
<td>Scala</td>
|
|
|
|
<td>reactive-docker</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/almoehi/reactive-docker">https://github.com/almoehi/reactive-docker</a></td>
|
2014-09-11 00:24:51 -04:00
|
|
|
</tr>
|
2014-04-23 16:48:28 -04:00
|
|
|
</tbody>
|
|
|
|
</table>
|