From a2cf288169b8a6d8a5784b745c3cd25fc60985c3 Mon Sep 17 00:00:00 2001 From: Tom Arnfeld Date: Thu, 6 Aug 2015 15:53:38 +0100 Subject: [PATCH] Added Portainer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bfa062..ecb47cb 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [dlayer](https://github.com/wercker/dlayer) (Stats collector for Docker layers) by [@wercker](https://github.com/wercker) * [forward2docker](https://github.com/bsideup/forward2docker) (Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM) by [@bsideup](https://github.com/bsideup) * [dockramp](https://github.com/jlhawn/dockramp) (Proof of Concept: A Client Driven Docker Image Builder) by [@jlhawn](https://github.com/jlhawn) +* [portainer](https://github.com/duedil-ltd/portainer) (Apache Mesos framework for building Docker images) by [@tarnfeld](https://github.com/tarnfeld) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.