github.com/guilhermebr/docker@v1.4.2-0.20150428121140-67da055cebca/docs/sources/reference/api/registry_api_client_libraries.md (about) 1 page_title: Registry API client libraries 2 page_description: Various client libraries available to use with the Docker registry API 3 page_keywords: API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala 4 5 # Docker Registry 1.0 API client libraries 6 7 These libraries have not been tested by the Docker maintainers for 8 compatibility. Please file issues with the library owners. If you find 9 more library implementations, please submit a PR with an update to this page 10 or open an issue in the [Docker](https://github.com/docker/docker/issues) 11 project and we will add the libraries here. 12 13 14 <table border="1" class="docutils"> 15 <colgroup> 16 <col width="24%"> 17 <col width="17%"> 18 <col width="48%"> 19 <col width="11%"> 20 </colgroup> 21 <thead valign="bottom"> 22 <tr class="row-odd"><th class="head">Language/Framework</th> 23 <th class="head">Name</th> 24 <th class="head">Repository</th> 25 <th class="head">Status</th> 26 </tr> 27 </thead> 28 <tbody valign = "top"> 29 <tr class="row-even"> 30 <td>JavaScript (AngularJS) <strong>WebUI</strong></td> 31 <td>docker-registry-frontend</td> 32 <td><a class="reference external" href="https://github.com/kwk/docker-registry-frontend">https://github.com/kwk/docker-registry-frontend</a></td> 33 <td>Active</td> 34 </tr> 35 <tr class="row-odd"> 36 <td>Go</td> 37 <td>docker-reg-client</td> 38 <td><a class="reference external" href="https://github.com/CenturyLinkLabs/docker-reg-client">https://github.com/CenturyLinkLabs/docker-reg-client</a></td> 39 <td>Active</td> 40 </tr> 41 </tbody> 42 </table>