Add reference to docker-reg-client
Update the "Docker Remote API Client Libraries" documentation page to include a reference to the Go-based docker-reg-client package. Signed-off-by: Brian DeHamer <brian@dehamer.com>
This commit is contained in:
parent
082b7726e2
commit
4835430165
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue