add conduit (dev Tools)

This commit is contained in:
Julien Bisconti 2015-05-11 08:04:14 +02:00
parent 150577219c
commit fbd09d5bcd

View File

@ -207,6 +207,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/)
* [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/)
* [Conduit](https://github.com/ehazlett/conduit) (Experimental deployment system for Docker.) by [@ehazlett](https://github.com/ehazlett)
## Continuous Integration / Continuous Delivery
* [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.