Adding Continuous Integration

This commit is contained in:
Julien Bisconti 2015-01-02 08:42:26 +01:00
parent 7cc99410c8
commit 16e8155f83

View File

@ -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/)