From 9aff9d46f640be76ac1494c25950383a809fe5e1 Mon Sep 17 00:00:00 2001 From: Ashish Thakwani Date: Tue, 20 Sep 2016 01:09:47 -0700 Subject: [PATCH] Added Dupper Project With Dupper use git project as object oriented container. Setup cloud development environment for any project with few commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a3e98c..dfcd8ef 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ by [@prologic][prologic] * [docker-volumes](https://github.com/cpuguy83/docker-volumes) (Docker Volume Manager) by [@cpuguy83][cpuguy83] * [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) (A rule-based 'linter' for Dockerfiles) by [@redhataccess](https://github.com/redhataccess) * [powerstrip](https://github.com/clusterhq/powerstrip) (A tool for prototyping Docker extensions) by [@clusterhq](https://github.com/clusterhq) +* [Dupper](https://github.com/athakwani/dupper) (Use git repository as Object Oriented Container. Setup Cloud Development environments with few commands for any git repository) by [@athakwani](https://github.com/athakwani/) * [Vagga](https://github.com/tailhook/vagga) (Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments.) by [@tailhook](https://github.com/tailhook/) * [dockerode](https://github.com/apocas/dockerode) (Not just another Docker Remote API node.js module) by [@apocas](https://github.com/apocas) * [go-dockerclient](https://github.com/fsouza/go-dockerclient/) (Go HTTP client for the Docker remote API.) by [@fsouza](https://github.com/fsouza/)