Docker Stack deployment for cAdvisor & node-exporter.
You might need to create swarm-scoped overlay network called dockerswarm_monitoring for all the stacks to communicate if you haven't already.
$ docker network create --scope swarm --driver overlay --attachable dockerswarm_monitoringTo deploy the stack, run the following command:
$ make deployTo destroy the stack, run the following command:
$ make destroy