2015-06-07 23:07:20 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2015-06-16 09:04:13 -04:00
|
|
|
draft = true
|
2015-06-07 23:07:20 -04:00
|
|
|
title = "Registry API v1 client libraries"
|
|
|
|
description = "Various client libraries available to use with the Docker registry API"
|
|
|
|
keywords = ["API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"]
|
|
|
|
[menu.main]
|
|
|
|
parent="smn_registry_ref"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
2014-10-01 09:20:49 -04:00
|
|
|
|
2015-06-07 23:07:20 -04:00
|
|
|
# Docker Registry v1 API client libraries
|
2014-10-01 09:20:49 -04:00
|
|
|
|
2014-10-02 02:39:55 -04:00
|
|
|
These libraries have not been tested by the Docker maintainers for
|
2014-10-01 09:20:49 -04:00
|
|
|
compatibility. Please file issues with the library owners. If you find
|
2015-02-26 15:49:22 -05:00
|
|
|
more library implementations, please submit a PR with an update to this page
|
|
|
|
or open an issue in the [Docker](https://github.com/docker/docker/issues)
|
|
|
|
project and we will add the libraries here.
|
2014-10-01 09:20:49 -04:00
|
|
|
|
|
|
|
|
|
|
|
<table border="1" class="docutils">
|
|
|
|
<colgroup>
|
|
|
|
<col width="24%">
|
|
|
|
<col width="17%">
|
|
|
|
<col width="48%">
|
|
|
|
<col width="11%">
|
|
|
|
</colgroup>
|
|
|
|
<thead valign="bottom">
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr><th class="head">Language/Framework</th>
|
2014-10-01 09:20:49 -04:00
|
|
|
<th class="head">Name</th>
|
|
|
|
<th class="head">Repository</th>
|
|
|
|
<th class="head">Status</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody valign = "top">
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2014-10-01 09:20:49 -04:00
|
|
|
<td>JavaScript (AngularJS) <strong>WebUI</strong></td>
|
|
|
|
<td>docker-registry-frontend</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/kwk/docker-registry-frontend">https://github.com/kwk/docker-registry-frontend</a></td>
|
|
|
|
<td>Active</td>
|
|
|
|
</tr>
|
2015-07-19 15:27:12 -04:00
|
|
|
<tr>
|
2015-02-26 15:49:22 -05:00
|
|
|
<td>Go</td>
|
|
|
|
<td>docker-reg-client</td>
|
|
|
|
<td><a class="reference external" href="https://github.com/CenturyLinkLabs/docker-reg-client">https://github.com/CenturyLinkLabs/docker-reg-client</a></td>
|
|
|
|
<td>Active</td>
|
|
|
|
</tr>
|
2014-10-01 09:20:49 -04:00
|
|
|
</tbody>
|
|
|
|
</table>
|