cadvisor/container
Victor Marmol fa00344601 Register inotify watches on all cgroup hierarchies.
We used to only register them on the first hierarchy that was created (I
think this was unintentional). This caused some weird edgecases where
we'd try to delete a watch event we didn't create. It is an error we
ignore today (since we fix it in < 60s) but delays our destruction of
the container.
2014-11-21 20:05:50 +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 Register inotify watches on all cgroup hierarchies. 2014-11-21 20:05:50 +08: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