From 006253010e30c6f265b8a6fa2cdfa00ed97615cd Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Wed, 6 Jan 2016 11:44:39 +0100 Subject: [PATCH 1/3] ahab - Docker event handling with Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc024c..ea7fcff 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ by [@prologic][prologic] * [rocker](https://github.com/grammarly/rocker) extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. * [dexec](https://github.com/docker-exec/dexec) Command line interface for running code with Docker Exec images. https://docker-exec.github.io/ written in Go. * [crowdr](https://github.com/polonskiy/crowdr) Tool for managing multiple Docker containers (docker-compose alternative) +* [ahab](https://github.com/instacart/ahab) Docker event handling with Python ## Continuous Integration / Continuous Delivery From 4521187a7fb7f0b3a08108afd2a469275dea7ced Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Wed, 6 Jan 2016 11:47:25 +0100 Subject: [PATCH 2/3] Microservices Continuous Deployment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea7fcff..eef1407 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ by [@prologic][prologic] * [IBM DevOps Services](https://hub.jazz.net) - Continuous delivery using a pipeline deployment onto IBM Containers on Bluemix. * [Watchtower](https://github.com/CenturyLinkLabs/watchtower) - Automatically update running Docker containers by [@CenturyLinkLabs][CenturyLinkLabs] +* [Microservices Continuous Deployment](https://github.com/francescou/docker-continuous-deployment) - continuous deployment of a microservices application ## Deployment From c15159da200c2cbb92ef41706027aaea570bda6b Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Wed, 6 Jan 2016 11:48:58 +0100 Subject: [PATCH 3/3] libcompose --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eef1407..bbdb544 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,7 @@ Securely store your Docker images. * [percheron][percheron] (Organise your Docker containers with muscle and intelligence) by [@ashmckenzie](https://github.com/ashmckenzie) * [Dusty](http://dusty.gc.com/) Managed Docker development environments on OS X * [Beluga](https://github.com/cortexmedia/Beluga) Beluga a CLI to deploy docker containers on a single server or low amount of servers. By [@cortextmedia](https://github.com/cortexmedia) +* [libcompose](https://github.com/docker/libcompose) A Go library for Docker Compose. ## Volume management and plugins