github.com/feiyang21687/docker@v1.5.0/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 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 list them in Docker doc bugs and we 10 will add the libraries here. 11 12 13 <table border="1" class="docutils"> 14 <colgroup> 15 <col width="24%"> 16 <col width="17%"> 17 <col width="48%"> 18 <col width="11%"> 19 </colgroup> 20 <thead valign="bottom"> 21 <tr class="row-odd"><th class="head">Language/Framework</th> 22 <th class="head">Name</th> 23 <th class="head">Repository</th> 24 <th class="head">Status</th> 25 </tr> 26 </thead> 27 <tbody valign = "top"> 28 <tr class="row-even"> 29 <td>JavaScript (AngularJS) <strong>WebUI</strong></td> 30 <td>docker-registry-frontend</td> 31 <td><a class="reference external" href="https://github.com/kwk/docker-registry-frontend">https://github.com/kwk/docker-registry-frontend</a></td> 32 <td>Active</td> 33 </tr> 34 </tbody> 35 </table>