From 7ec93db343917da6a5f02921df074c302cffde15 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Tue, 8 Mar 2016 19:34:31 +0100 Subject: [PATCH] Update README.md Added Codefresh to CI Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec315d3..f72163c 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ by [@prologic][prologic] * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur) * [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI. +* [CodeFresh](https://codefresh.io) - Accelerate your transition to Docker containers * [CodeShip](http://pages.codeship.com/docker) - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security. * [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. * [Dockunit](https://github.com/dockunit/platform) - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit)