From 599adce4cba2862249bb6531eca5b718d4f157cc Mon Sep 17 00:00:00 2001 From: Meir Wahnon Date: Tue, 28 Apr 2015 22:29:41 +0300 Subject: [PATCH] Add CloudSlang project Add CloudSlang project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bf9683..5fcfb30 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Securely store your Docker images. * [Decking](http://decking.io/): (Decking aims to simplify the creation, organsation and running of clusters of Docker containers in a way which is familiar to developers.) * [Maestro](https://github.com/toscanini/maestro) (Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit.) * [Citadel](http://citadeltoolkit.org/) (Citadel is a toolkit for scheduling containers on a Docker cluster.) +* [CloudSlang](http://www.cloudslang.io/) (CloudSlang is a workflow engine to create Docker process automation) ## Service Discovery * [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium)