github.com/0xfoo/docker@v1.8.2/docs/reference/api/registry_api_client_libraries.md (about)

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