stilleshan/cadvisor.

717 0 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/cadvisor
Build Time 01 Feb 2022 14:25:20
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest v0.39.2 01 Feb 2022 at 14:25:20

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  cadvisor:
    image: stilleshan/cadvisor:v0.39.2
    container_name: cadvisor
    restart: no

CLI

docker create \
  --name=cadvisor \  --restart no \
  stilleshan/cadvisor:v0.39.2