From 4edbb17db3d9fcac2a0a582fd7dc18f1201d7fad Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Wed, 26 Nov 2014 11:39:00 +0100 Subject: [PATCH] Add Rancher, a portable AWS-style infrastructure service for Docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 929a6d7..6696604 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [Deis](https://github.com/deis/deis) (Your PaaS, your rules) -- http://deis.io/ * [Gaudi](https://github.com/marmelab/gaudi) (Gaudi allows to share multi-component applications, based on Docker, Go, and YAM) -- http://gaudi.io/ * [CoreOS](https://github.com/coreos) (Linux for Massive Server Deployments) -- https://coreos.com/ +* [Rancher](https://github.com/rancherio/rancher) (Portable AWS-style infrastructure service for Docker) -- http://www.rancher.io/ * [Dokku](https://github.com/progrium/dokku) (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium](https://github.com/progrium) * [dokku-alt](https://github.com/dokku-alt/dokku-alt) (Dokku fork with Dockerfile support, database plugins, ACL and more) * [cAdvisor](https://github.com/google/cadvisor) (Analyzes resource usage and performance characteristics of running containers)