From 91c1eb2daa38d117ec95e4c6e1dbbc9ecc52ab63 Mon Sep 17 00:00:00 2001 From: Anton Polonskiy Date: Fri, 23 Oct 2015 16:55:18 +0300 Subject: [PATCH] Added Crowdr Crowdr is a tool for managing multiple Docker containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcb60a5..9d321fa 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) * [rocker](https://github.com/grammarly/rocker) extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. * [dexec](https://github.com/docker-exec/dexec) Command line interface for running code with Docker Exec images. https://docker-exec.github.io/ written in Go. +* [crowdr](https://github.com/polonskiy/crowdr) Tool for managing multiple Docker containers (docker-compose alternative) ## Continuous Integration / Continuous Delivery