浏览代码

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>
Brian DeHamer 10 年之前
父节点
当前提交
4835430165
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      docs/sources/reference/api/registry_api_client_libraries.md

+ 9 - 2
docs/sources/reference/api/registry_api_client_libraries.md

@@ -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>