From 677eea5ce922e09d5c998b24f63dd0f6c67d2f35 Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Wed, 1 Oct 2014 17:39:52 +0200 Subject: [PATCH] Add cAdvisor: Analyzes resource usage and performance characteristics of running containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8349a9..aa4cdae 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [CoreOS](https://github.com/coreos) (Linux for Massive Server Deployments) -- https://coreos.com/ * [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) * [Ansible - manage docker containers](http://docs.ansible.com/docker_module.html) ### Service Discovery