diff --git a/content/reference/api/engine/sdk/_index.md b/content/reference/api/engine/sdk/_index.md index e66b7774a03..10d570929fc 100644 --- a/content/reference/api/engine/sdk/_index.md +++ b/content/reference/api/engine/sdk/_index.md @@ -183,31 +183,31 @@ There are a number of community supported libraries available for other languages. They haven't been tested by Docker, so if you run into any issues, file them with the library maintainers. -| Language | Library | -| :------- | :-------------------------------------------------------------------------- | -| C | [libdocker](https://github.com/danielsuo/libdocker) | -| C# | [Docker.DotNet](https://github.com/ahmetalpbalkan/Docker.DotNet) | -| C++ | [lasote/docker_client](https://github.com/lasote/docker_client) | -| Clojure | [clj-docker-client](https://github.com/into-docker/clj-docker-client) | -| Clojure | [contajners](https://github.com/lispyclouds/contajners) | -| Dart | [bwu_docker](https://github.com/bwu-dart/bwu_docker) | -| Erlang | [erldocker](https://github.com/proger/erldocker) | -| Gradle | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | -| Groovy | [docker-client](https://github.com/gesellix/docker-client) | -| Haskell | [docker-hs](https://github.com/denibertovic/docker-hs) | -| Java | [docker-client](https://github.com/spotify/docker-client) | -| Java | [docker-java](https://github.com/docker-java/docker-java) | -| Java | [docker-java-api](https://github.com/amihaiemil/docker-java-api) | -| Java | [jocker](https://github.com/ndeloof/jocker) | -| NodeJS | [dockerode](https://github.com/apocas/dockerode) | -| NodeJS | [harbor-master](https://github.com/arhea/harbor-master) | -| NodeJS | [the-moby-effect](https://github.com/leonitousconforti/the-moby-effect) | -| Perl | [Eixo::Docker](https://github.com/alambike/eixo-docker) | -| PHP | [Docker-PHP](https://github.com/docker-php/docker-php) | -| Ruby | [docker-api](https://github.com/swipely/docker-api) | -| Rust | [bollard](https://github.com/fussybeaver/bollard) | -| Rust | [docker-rust](https://github.com/abh1nav/docker-rust) | -| Rust | [shiplift](https://github.com/softprops/shiplift) | -| Scala | [tugboat](https://github.com/softprops/tugboat) | -| Scala | [reactive-docker](https://github.com/almoehi/reactive-docker) | -| Swift | [docker-client-swift](https://github.com/valeriomazzeo/docker-client-swift) | +| Language | Library | +|:----------------------|:----------------------------------------------------------------------------| +| C | [libdocker(INACTIVE)](https://github.com/danielsuo/libdocker) | +| C# | [Docker.DotNet](https://github.com/ahmetalpbalkan/Docker.DotNet) | +| C++ | [lasote/docker_client(INACTIVE)](https://github.com/lasote/docker_client) | +| Clojure | [clj-docker-client(ARCHIVED)](https://github.com/into-docker/clj-docker-client) | +| Clojure | [contajners](https://github.com/lispyclouds/contajners) | +| Dart | [bwu_docker(ARCHIVED)](https://github.com/bwu-dart/bwu_docker) | +| Erlang | [erldocker(INACTIVE)](https://github.com/proger/erldocker) | +| Gradle | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | +| Groovy | [docker-client](https://github.com/gesellix/docker-client) | +| Haskell | [docker-hs(INACTIVE)](https://github.com/denibertovic/docker-hs) | +| Java | [docker-java](https://github.com/docker-java/docker-java) | +| Java | [docker-client(ARCHIVED)](https://github.com/spotify/docker-client) | +| Java | [docker-java-api(INACTIVE)](https://github.com/amihaiemil/docker-java-api) | +| Java | [jocker(INACTIVE)](https://github.com/ndeloof/jocker) | +| NodeJS | [dockerode](https://github.com/apocas/dockerode) | +| NodeJS | [harbor-master(INACTIVE)](https://github.com/arhea/harbor-master) | +| NodeJS | [the-moby-effect](https://github.com/leonitousconforti/the-moby-effect) | +| Perl | [Eixo::Docker(INACTIVE)](https://github.com/alambike/eixo-docker) | +| PHP | [Docker-PHP(ARCHIVED)](https://github.com/docker-php/docker-php) | +| Ruby | [docker-api](https://github.com/swipely/docker-api) | +| Rust | [bollard](https://github.com/fussybeaver/bollard) | +| Rust | [docker-rust(ARCHIVED)](https://github.com/abh1nav/docker-rust) | +| Rust | [shiplift(INACTIVE)](https://github.com/softprops/shiplift) | +| Scala | [tugboat(INACTIVE)](https://github.com/softprops/tugboat) | +| Scala | [reactive-docker(INACTIVE)](https://github.com/almoehi/reactive-docker) | +| Swift | [docker-client-swift(ARCHIVED)](https://github.com/valeriomazzeo/docker-client-swift) |