google/cadvisor
DEPRECATED: New images will NOT be pushed. Please use gcr.io/cadvisor/cadvisor instead.
1B+
cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, and histograms of complete historical resource usage. This data is exported by container and machine-wide.
https://github.com/google/cadvisor
Official cAdvisor releases are built on Linux and exported over a scratch image, this guarantees a small image size.
Dockefile: https://github.com/google/cadvisor/blob/master/deploy/Dockerfile
Each cAdvisor version is tagged. We also have 2 tags for the beta and stable track:
We also have an Automated Build canary release of cAdvisor which is continuously built from HEAD. This can be found in the google/cadvisor-canary image. It is not recommended for production use due to its size and volatility.
docker pull google/cadvisor