Collects all required data for Health Dashboard and stores it to ES for future use.
docker build -t health:latest .
# Update ~/health/etc/config.json file to match your configuration
vi ~/health/etc/config.json
# Run container
docker run -d --name health-app -v ~/health/etc:/etc/health -p 6000:5000 health
docker logs health-app