Merge pull request #11051 from bdehamer/add-registry-api-client-library

Add reference to docker-reg-client
This commit is contained in:
moxiegirl 2015-03-03 20:41:42 -08:00
commit 98630b2ef6
1 changed files with 9 additions and 2 deletions

View File

@ -6,8 +6,9 @@ page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, E
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.
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">
@ -31,5 +32,11 @@ will add the libraries here.
<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>