mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Mary Anthony](/assets/img/avatar_default.png)
Signed-off-by: Mary Anthony <mary@docker.com> Upding sed, adding script to avoid redirects, remove mkdos Signed-off-by: Mary Anthony <mary@docker.com> Ignoring graphics with sed Signed-off-by: Mary Anthony <mary@docker.com> Fixing kitematic image Signed-off-by: Mary Anthony <mary@docker.com> Removing draft Signed-off-by: Mary Anthony <mary@docker.com> Fixing link Signed-off-by: Mary Anthony <mary@docker.com> removing from the menu Signed-off-by: Mary Anthony <mary@docker.com> Updatiing order of project material Signed-off-by: Mary Anthony <mary@docker.com> Removing from Regsitry v2 content per Olivier Signed-off-by: Mary Anthony <mary@docker.com> tweaking the touchup Signed-off-by: Mary Anthony <mary@docker.com> Removing include; only used four places; hugo global var replace Signed-off-by: Mary Anthony <mary@docker.com> Entering fixes from page-by-page Signed-off-by: Mary Anthony <mary@docker.com>
49 lines
1.7 KiB
Markdown
49 lines
1.7 KiB
Markdown
<!--[metadata]>
|
|
+++
|
|
draft = true
|
|
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]-->
|
|
|
|
# Docker Registry v1 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 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.
|
|
|
|
|
|
<table border="1" class="docutils">
|
|
<colgroup>
|
|
<col width="24%">
|
|
<col width="17%">
|
|
<col width="48%">
|
|
<col width="11%">
|
|
</colgroup>
|
|
<thead valign="bottom">
|
|
<tr class="row-odd"><th class="head">Language/Framework</th>
|
|
<th class="head">Name</th>
|
|
<th class="head">Repository</th>
|
|
<th class="head">Status</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody valign = "top">
|
|
<tr class="row-even">
|
|
<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>
|
|
<tr class="row-odd">
|
|
<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>
|
|
</tbody>
|
|
</table>
|