Remove status column from client libraries page
(cherry picked from commit 74c7363965625848c32a5af80526fb65ecb26064)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -11,24 +11,22 @@ weight = 90 |
| 11 | 11 |
|
| 12 | 12 |
# Docker Remote API client libraries |
| 13 | 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 list them in Docker doc bugs and we |
|
| 17 |
-will add the libraries here. |
|
| 14 |
+These libraries make it easier to build applications on top of the Docker |
|
| 15 |
+Remote API with various programming languages. They have not been tested by the |
|
| 16 |
+Docker maintainers for compatibility, so if you run into any issues, file them |
|
| 17 |
+with the library maintainers. |
|
| 18 | 18 |
|
| 19 | 19 |
<table border="1" class="docutils"> |
| 20 | 20 |
<colgroup> |
| 21 |
- <col width="24%"> |
|
| 22 |
- <col width="17%"> |
|
| 21 |
+ <col width="29%"> |
|
| 22 |
+ <col width="23%"> |
|
| 23 | 23 |
<col width="48%"> |
| 24 |
- <col width="11%"> |
|
| 25 | 24 |
</colgroup> |
| 26 | 25 |
<thead valign="bottom"> |
| 27 | 26 |
<tr> |
| 28 | 27 |
<th class="head">Language/Framework</th> |
| 29 | 28 |
<th class="head">Name</th> |
| 30 | 29 |
<th class="head">Repository</th> |
| 31 |
- <th class="head">Status</th> |
|
| 32 | 30 |
</tr> |
| 33 | 31 |
</thead> |
| 34 | 32 |
<tbody valign = "top"> |
| ... | ... |
@@ -36,122 +34,101 @@ will add the libraries here. |
| 36 | 36 |
<td>C#</td> |
| 37 | 37 |
<td>Docker.DotNet</td> |
| 38 | 38 |
<td><a class="reference external" href="https://github.com/ahmetalpbalkan/Docker.DotNet">https://github.com/ahmetalpbalkan/Docker.DotNet</a></td> |
| 39 |
- <td>Active</td> |
|
| 40 | 39 |
</tr> |
| 41 | 40 |
<tr> |
| 42 | 41 |
<td>C++</td> |
| 43 | 42 |
<td>lasote/docker_client</td> |
| 44 | 43 |
<td><a class="reference external" href="https://github.com/lasote/docker_client">https://github.com/lasote/docker_client</a></td> |
| 45 |
- <td>Active</td> |
|
| 46 | 44 |
</tr> |
| 47 | 45 |
<tr> |
| 48 | 46 |
<td>Erlang</td> |
| 49 | 47 |
<td>erldocker</td> |
| 50 | 48 |
<td><a class="reference external" href="https://github.com/proger/erldocker">https://github.com/proger/erldocker</a></td> |
| 51 |
- <td>Active</td> |
|
| 52 | 49 |
</tr> |
| 53 | 50 |
<tr> |
| 54 | 51 |
<td>Dart</td> |
| 55 | 52 |
<td>bwu_docker</td> |
| 56 | 53 |
<td><a class="reference external" href="https://github.com/bwu-dart/bwu_docker">https://github.com/bwu-dart/bwu_docker</a></td> |
| 57 |
- <td>Active</td> |
|
| 58 | 54 |
</tr> |
| 59 | 55 |
<tr> |
| 60 | 56 |
<td>Go</td> |
| 61 | 57 |
<td>engine-api</td> |
| 62 | 58 |
<td><a class="reference external" href="https://github.com/docker/engine-api">https://github.com/docker/engine-api</a></td> |
| 63 |
- <td>Active</td> |
|
| 64 | 59 |
</tr> |
| 65 | 60 |
<tr> |
| 66 | 61 |
<td>Gradle</td> |
| 67 | 62 |
<td>gradle-docker-plugin</td> |
| 68 | 63 |
<td><a class="reference external" href="https://github.com/gesellix/gradle-docker-plugin">https://github.com/gesellix/gradle-docker-plugin</a></td> |
| 69 |
- <td>Active</td> |
|
| 70 | 64 |
</tr> |
| 71 | 65 |
<tr> |
| 72 | 66 |
<td>Groovy</td> |
| 73 | 67 |
<td>docker-client</td> |
| 74 | 68 |
<td><a class="reference external" href="https://github.com/gesellix/docker-client">https://github.com/gesellix/docker-client</a></td> |
| 75 |
- <td>Active</td> |
|
| 76 | 69 |
</tr> |
| 77 | 70 |
<tr> |
| 78 | 71 |
<td>Haskell</td> |
| 79 | 72 |
<td>docker-hs</td> |
| 80 | 73 |
<td><a class="reference external" href="https://github.com/denibertovic/docker-hs">https://github.com/denibertovic/docker-hs</a></td> |
| 81 |
- <td>Active</td> |
|
| 82 | 74 |
</tr> |
| 83 | 75 |
<tr> |
| 84 | 76 |
<td>HTML (Web Components)</td> |
| 85 | 77 |
<td>docker-elements</td> |
| 86 | 78 |
<td><a class="reference external" href="https://github.com/kapalhq/docker-elements">https://github.com/kapalhq/docker-elements</a></td> |
| 87 |
- <td>Active</td> |
|
| 88 | 79 |
</tr> |
| 89 | 80 |
<tr> |
| 90 | 81 |
<td>Java</td> |
| 91 | 82 |
<td>docker-java</td> |
| 92 | 83 |
<td><a class="reference external" href="https://github.com/docker-java/docker-java">https://github.com/docker-java/docker-java</a></td> |
| 93 |
- <td>Active</td> |
|
| 94 | 84 |
</tr> |
| 95 | 85 |
<tr> |
| 96 | 86 |
<td>Java</td> |
| 97 | 87 |
<td>docker-client</td> |
| 98 | 88 |
<td><a class="reference external" href="https://github.com/spotify/docker-client">https://github.com/spotify/docker-client</a></td> |
| 99 |
- <td>Active</td> |
|
| 100 | 89 |
</tr> |
| 101 | 90 |
<tr> |
| 102 | 91 |
<td>NodeJS</td> |
| 103 | 92 |
<td>dockerode</td> |
| 104 |
- <td><a class="reference external" href="https://github.com/apocas/dockerode">https://github.com/apocas/dockerode</a> |
|
| 105 |
- Install via NPM: <cite>npm install dockerode</cite></td> |
|
| 106 |
- <td>Active</td> |
|
| 93 |
+ <td><a class="reference external" href="https://github.com/apocas/dockerode">https://github.com/apocas/dockerode</a></td> |
|
| 107 | 94 |
</tr> |
| 108 | 95 |
<tr> |
| 109 | 96 |
<td>Perl</td> |
| 110 | 97 |
<td>Eixo::Docker</td> |
| 111 | 98 |
<td><a class="reference external" href="https://github.com/alambike/eixo-docker">https://github.com/alambike/eixo-docker</a></td> |
| 112 |
- <td>Active</td> |
|
| 113 | 99 |
</tr> |
| 114 | 100 |
<tr> |
| 115 | 101 |
<td>PHP</td> |
| 116 | 102 |
<td>Docker-PHP</td> |
| 117 | 103 |
<td><a class="reference external" href="https://github.com/docker-php/docker-php">https://github.com/docker-php/docker-php</a></td> |
| 118 |
- <td>Active</td> |
|
| 119 | 104 |
</tr> |
| 120 | 105 |
<tr> |
| 121 | 106 |
<td>Python</td> |
| 122 | 107 |
<td>docker-py</td> |
| 123 | 108 |
<td><a class="reference external" href="https://github.com/docker/docker-py">https://github.com/docker/docker-py</a></td> |
| 124 |
- <td>Active</td> |
|
| 125 | 109 |
</tr> |
| 126 | 110 |
<tr> |
| 127 | 111 |
<td>Ruby</td> |
| 128 | 112 |
<td>docker-api</td> |
| 129 | 113 |
<td><a class="reference external" href="https://github.com/swipely/docker-api">https://github.com/swipely/docker-api</a></td> |
| 130 |
- <td>Active</td> |
|
| 131 | 114 |
</tr> |
| 132 | 115 |
<tr> |
| 133 | 116 |
<td>Rust</td> |
| 134 | 117 |
<td>docker-rust</td> |
| 135 | 118 |
<td><a class="reference external" href="https://github.com/abh1nav/docker-rust">https://github.com/abh1nav/docker-rust</a></td> |
| 136 |
- <td>Active</td> |
|
| 137 | 119 |
</tr> |
| 138 | 120 |
<tr> |
| 139 | 121 |
<td>Rust</td> |
| 140 | 122 |
<td>shiplift</td> |
| 141 | 123 |
<td><a class="reference external" href="https://github.com/softprops/shiplift">https://github.com/softprops/shiplift</a></td> |
| 142 |
- <td>Active</td> |
|
| 143 | 124 |
</tr> |
| 144 | 125 |
<tr> |
| 145 | 126 |
<td>Scala</td> |
| 146 | 127 |
<td>tugboat</td> |
| 147 | 128 |
<td><a class="reference external" href="https://github.com/softprops/tugboat">https://github.com/softprops/tugboat</a></td> |
| 148 |
- <td>Active</td> |
|
| 149 | 129 |
</tr> |
| 150 | 130 |
<tr> |
| 151 | 131 |
<td>Scala</td> |
| 152 | 132 |
<td>reactive-docker</td> |
| 153 | 133 |
<td><a class="reference external" href="https://github.com/almoehi/reactive-docker">https://github.com/almoehi/reactive-docker</a></td> |
| 154 |
- <td>Active</td> |
|
| 155 | 134 |
</tr> |
| 156 | 135 |
</tbody> |
| 157 | 136 |
</table> |