From 9d914957e22915c360b30a9c2a5fb1496f8855f3 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Sat, 8 Aug 2015 16:12:52 +0200 Subject: [PATCH] added dropdock.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78f7c45..2c24d71 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [portainer](https://github.com/duedil-ltd/portainer) (Apache Mesos framework for building Docker images) by [@tarnfeld](https://github.com/tarnfeld) * [Gradle Docker plugin](https://github.com/gesellix/gradle-docker-plugin) a Docker remote api plugin for Gradle by [@gesellix](https://github.com/gesellix) * [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. ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.