From 1e90e0de2a3212dbd559c90ac029408254503f9c Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 13 Aug 2015 09:51:14 +0200 Subject: [PATCH] add Lorry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9772845..da13e51 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Docker client](https://github.com/gesellix/docker-client) a Docker remote api client library for the JVM, written in Groovy by [@gesellix](https://github.com/gesellix) * [Dropdock][http://www.dropdock.io/] a framework designed for Drupal to build fast, isolated development environments using Docker. * [Devstep](https://github.com/fgrehm/devstep) (Development environments powered by Docker and buildpacks) by [@fgrehm](https://github.com/fgrehm) +* [Lorry](https://lorry.io/) (Lorry is a docker-compose.yml validator and composer) by [@CenturyLinkLabs](https://github.com/CenturyLinkLab) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.