cadvisor/manager
Victor Marmol f97e57df88 Simplify how the Docker containers are handled.
This is done by introducting the concept of "namespaces" of container
names. The aliases of a container are under this namespace. Namespace
names are of the form:

//<namespace>/<alias>

This allows us to (within cAdvisor) query all docker containers as
//docker regardless of whether this is a systemd or a non-systemd system.

This does break our ability to handle Docker aliases with the /container
endpoint. I think this is acceptable as our support there was not
consistent between system types.
2014-11-12 18:01:47 -08:00
..
container_test.go Adding --log_cadvisor_usage flag to log the resource usage of cAdvisor. 2014-10-15 08:18:38 -07:00
container.go Simplify how the Docker containers are handled. 2014-11-12 18:01:47 -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 Simplify how the Docker containers are handled. 2014-11-12 18:01:47 -08:00
manager.go Simplify how the Docker containers are handled. 2014-11-12 18:01:47 -08:00