Browse code

Merge pull request #8336 from kwk/improve_docs_with_note_about_registry_frontend_web_app

Improve docs with note about registry frontend web app

Michael Crosby authored on 2014/10/04 03:00:32
Showing 3 changed files
... ...
@@ -107,6 +107,7 @@ pages:
107 107
 - ['reference/api/index.md', '**HIDDEN**']
108 108
 - ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
109 109
 - ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
110
+- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries']
110 111
 - ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
111 112
 - ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
112 113
 - ['reference/api/docker_remote_api_v1.15.md', 'Reference', 'Docker Remote API v1.15']
113 114
new file mode 100644
... ...
@@ -0,0 +1,35 @@
0
+page_title: Registry API Client Libraries
1
+page_description: Various client libraries available to use with the Docker registry API
2
+page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala
3
+
4
+# Docker Registry API Client Libraries
5
+
6
+These libraries have not been tested by the Docker maintainers for
7
+compatibility. Please file issues with the library owners. If you find
8
+more library implementations, please list them in Docker doc bugs and we
9
+will add the libraries here.
10
+
11
+
12
+<table border="1" class="docutils">
13
+  <colgroup>
14
+    <col width="24%">
15
+    <col width="17%">
16
+    <col width="48%">
17
+    <col width="11%">
18
+  </colgroup>
19
+  <thead valign="bottom">
20
+    <tr class="row-odd"><th class="head">Language/Framework</th>
21
+      <th class="head">Name</th>
22
+      <th class="head">Repository</th>
23
+      <th class="head">Status</th>
24
+    </tr>
25
+  </thead>
26
+  <tbody valign = "top">
27
+    <tr class="row-even">
28
+      <td>JavaScript (AngularJS) <strong>WebUI</strong></td>
29
+      <td>docker-registry-frontend</td>
30
+      <td><a class="reference external" href="https://github.com/kwk/docker-registry-frontend">https://github.com/kwk/docker-registry-frontend</a></td>
31
+      <td>Active</td>
32
+    </tr>
33
+  </tbody>
34
+</table>
... ...
@@ -4,7 +4,7 @@ page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, E
4 4
 
5 5
 # Docker Remote API Client Libraries
6 6
 
7
-These libraries have not been tested by the Docker Maintainers for
7
+These libraries have not been tested by the Docker maintainers for
8 8
 compatibility. Please file issues with the library owners. If you find
9 9
 more library implementations, please list them in Docker doc bugs and we
10 10
 will add the libraries here.