From 16e8155f83d8bde01d70665d35d175f71d507b51 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 2 Jan 2015 08:42:26 +0100 Subject: [PATCH] Adding Continuous Integration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32dc92f..7b79013 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [Metal](#metal) * [Multi-Server](#multi-server) * [Good Tips](#good-tips) + * [Continuous Integration](#continuous-integration) * [Optimizing Images](#optimizing-images) * [Service Discovery](#service-discovery) * [Security](#security) @@ -94,6 +95,9 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [10 Things Not To Forget Before Deploying Docker In Production](http://www.slideshare.net/rightscale/docker-meetup-40826948) * [Make Your Docker Workflow Awesome With Fig.sh](http://www.syncano.com/docker-workflow-fig-sh/) Fig is a python application that helps you run groups of docker containers. +## Continuous Integration +* [Docker and Phoenix: How to Make Your Continuous Integration More Awesome](http://ariya.ofilabs.com/2014/12/docker-and-phoenix-how-to-make-your-continuous-integration-more-awesome.html) + ## Optimizing Images * [Create the smallest possible Docker container](http://blog.xebia.com/2014/07/04/create-the-smallest-possible-docker-container/) * [Creating a Docker image from your code](http://blog.tutum.co/2014/04/10/creating-a-docker-image-from-your-code/)