cadvisor/manager
Victor Marmol e3ab15417c Ignore update errors for dead containers.
This adds an Exists() interface to detect when the container is dead.
Before reporting an update error we check is Exists() is true.

Some documentation was added as well.
2014-11-22 05:31:11 +08:00
..
container_test.go Ignore update errors for dead containers. 2014-11-22 05:31:11 +08:00
container.go Ignore update errors for dead containers. 2014-11-22 05:31:11 +08:00
machine.go Adding filesystem usage calculation for docker containers. This patch also includes some internal refactoring. 2014-10-06 09:51:32 +00:00
manager_test.go Refactoring and fixes of /docker API endpoint. 2014-11-19 03:36:18 -08:00
manager.go Remove unused code. 2014-11-20 15:22:47 +08:00