Communicate with docker through docker.sock or REST API
curl --unix-socket /var/run/docker.sock "http://localhost/containers/json"
curl --unix-socket /var/run/docker.sock "http://localhost/containers/json?filters=\{\"health\":\[\"unhealthy\"\]${labelFilter}\}"