From 1612a4fce63b9e65cd9d7b5229288292e82f1481 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 14 May 2024 21:54:30 +0200 Subject: [PATCH] docker-controller-bot Telegram bot to control docker containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6054be..a022a34 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ Services to securely store your Docker images. - [Docker Client for JVM](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix] - [Docker Client TypeScript](https://gitlab.com/masaeedu/docker-client) - Docker API client for JavaScript, automatically generated from Swagger API definition from moby repository. By [@masaeedu](https://github.com/masaeedu) - [docker-client](https://github.com/spotify/docker-client) :skull: - Java client for the Docker remote API. By [@spotify][spotify] +- [docker-controller-bot](https://github.com/dgongut/docker-controller-bot) - Telegram bot to control docker containers. By [@dgongut](https://github.com/dgongut/) - [docker-it-scala](https://github.com/whisklabs/docker-it-scala) - Docker integration testing kit with Scala by [@whisklabs](https://github.com/whisklabs) - [docker-java-api](https://github.com/amihaiemil/docker-java-api) - Lightweight, truly object-oriented, Java client for Docker's API. By [@amihaiemil](https://github.com/amihaiemil) - [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) - A Maven plugin for running and creating Docker images by [@fabric8io](https://github.com/fabric8io)