From 150577219c6573131789bb04288af015ed03b964 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 7 May 2015 14:12:02 +0200 Subject: [PATCH] add Dray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 314023d..34b2a59 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ Securely store your Docker images. * [Dokku](https://github.com/progrium/dokku) (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium](https://github.com/progrium) * [Ansible - manage docker containers](http://docs.ansible.com/docker_module.html) * [Vagrant - Docker provider ](http://docs.vagrantup.com/v2/docker/basics.html) a good starting point is [vagrant-docker-example](https://github.com/bubenkoff/vagrant-docker-example) by [@bubenkoff](https://github.com/bubenkoff) +* [Dray](https://github.com/CenturyLinkLabs/dray) An engine for managing the execution of container-based workflows. http://Dray.it by [@CenturyLinkLabs](https://github.com/CenturyLinkLabs/) ## Useful Images * [Base Image](https://github.com/phusion/baseimage-docker) by [@phusion](https://github.com/phusion/)