cadvisor/container
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
..
docker Simplify how the Docker containers are handled. 2014-11-12 18:01:47 -08:00
libcontainer Merge pull request #277 from vmarmol/flat 2014-11-05 11:26:10 -08:00
raw gofmt all files 2014-10-21 05:23:23 +00:00
container.go Undo changes to if statements as requested by vmarmol. Fix typos in my changes. 2014-09-24 10:59:18 -07:00
factory_test.go Squashed commit of the following: 2014-09-26 18:06:58 -07:00
factory.go Squashed commit of the following: 2014-09-26 18:06:58 -07:00
mock.go Supporting graceful signal shutdown. 2014-09-23 14:13:58 -07:00