Installs and runs Google's cadvisor (https://github.com/google/cadvisor)
- Cookbook docker
Attributes are self documented in attributes/*
Just include cadvisor
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[cadvisor]"
]
}