cadvisor
cAdvisor container for collecting container resource metrics into Wavefront.
5M+
02/12/2018 - This image includes the latest build of cAdvisor, packaged with a storage driver for Wavefront.
sudo docker run \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--publish=8080:8080 \
--detach=true \
--name=cadvisor \
wavefronthq/cadvisor:latest \
-storage_driver=wavefront \
-storage_driver_wf_source=$(hostname) \
-storage_driver_wf_proxy_host=YOUR_PROXY_HOST:2878
cadvisor:
container_name: cadvisor
image: wavefronthq/cadvisor:latest
command: -storage_driver=wavefront -storage_driver_wf_source=$(hostname) -storage_driver_wf_proxy_host=YOUR_PROXY_HOST:2878
restart: always
ports:
- "8080:8080"
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
Content type
Image
Digest
Size
52.4 MB
Last updated
about 6 years ago
docker pull wavefronthq/cadvisor:v0.36-rc1