Skip to content

Instantly share code, notes, and snippets.

View ashertechca's full-sized avatar

Asher Technologies Inc ashertechca

View GitHub Profile
Install cadvisor
```
set -e
CADVISOR_VERSION="v0.56.2"
CADVISOR_BINARY="cadvisor-${CADVISOR_VERSION}-linux-amd64"
CADVISOR_URL="https://github.com/google/cadvisor/releases/download/${CADVISOR_VERSION}/${CADVISOR_BINARY}"
EXPECTED_SHA256="ad92930f16a2f9da15190675e09eeaceb8fd38637d07a686bb0dd68695f692af"
INSTALL_PATH="/usr/local/bin/cadvisor"