From 67abb1d2d12635dd9dc319c2144eb1886e913175 Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Sat, 2 May 2015 14:23:20 +0200 Subject: [PATCH] Add Captain - Convert your Git workflow to Docker containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49c249e..055a459 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. * [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. +* [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery. ## Hosting for repositories (registries) Securely store your Docker images.