From 4618db472c54892871d11f5c064193126797011d Mon Sep 17 00:00:00 2001 From: Rahul De Date: Tue, 20 Nov 2018 19:24:11 +0100 Subject: [PATCH] Add Java and Clojure clients for Docker HTTP API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7768c4..e3d2ea3 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,8 @@ Services to securely store your Docker images. - [libcompose](https://github.com/docker/libcompose) - Go library for Docker Compose. - [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) - [sbt-docker](https://github.com/marcuslonnberg/sbt-docker) - Create Docker images directly from sbt by [@marcuslonnberg](https://github.com/marcuslonnberg) +- [docker-client](https://github.com/spotify/docker-client) - Java client for the Docker remote API by [@spotify](https://github.com/spotify) +- [clj-docker-client](https://github.com/lispyclouds/clj-docker-client) :construction: - Idiomatic Clojure client for the Docker remote API ### CI/CD