From bc4d3ca1b702f28be17b133636eba7bfd51d4b6c Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sun, 3 May 2015 10:51:34 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6311165..314023d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [powerstrip](https://github.com/clusterhq/powerstrip) (A tool for prototyping Docker extensions) * [Vagga](https://github.com/tailhook/vagga) (Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments.) by [@tailhook](https://github.com/tailhook/) * [dockerode](https://github.com/apocas/dockerode) (Not just another Docker Remote API node.js module) by [@apocas](https://github.com/apocas) +* [go-dockerclient](https://github.com/fsouza/go-dockerclient/) (Go HTTP client for the Docker remote API.) by [@fsouza](https://github.com/fsouza/) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.