https://github.com/google/cadvisor
This docker image builds cadvisor from source and can be configured to use influxDB as a storage driver. The default image from google does't have this option.
Refer https://github.com/google/cadvisor for updated run instructions. This image gives an option to pass extra runtime parameters via an environment variable RUN_OPTS.
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 \
-e RUN_OPTS="-storage_driver=influxdb -storage_driver_host=<influxDB-host>:8086" \
logbase/cadvisor-influxdb
Content type
Image
Digest
sha256:cecfa595d…
Size
226.3 MB
Last updated
almost 11 years ago
docker pull logbase/cadvisor-influxdb