Added Crowdr

Crowdr is a tool for managing multiple Docker containers
This commit is contained in:
Anton Polonskiy 2015-10-23 16:55:18 +03:00
parent 9918fd9895
commit 91c1eb2daa

View File

@ -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