Add Java and Clojure clients for Docker HTTP API

This commit is contained in:
Rahul De 2018-11-20 19:24:11 +01:00
parent 51a84d604a
commit 4618db472c
No known key found for this signature in database
GPG Key ID: 4435E700B66BA90F

View File

@ -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