Simple docker compose infrastructure/development environment for the golang training.
Clone the project and its submodule:
git clone --recursive https://github.com/abousselmi/docker-prometheus-jenkins-exporter-devenv.git
Build the jenkins-exporter docker image:
docker-compose build
Then fire it up:
docker-compose up
or
docker-compose up -d
- Prometheus docker suite: https://github.com/vegasbrianc/prometheus
- Jenkins exporter: https://github.com/lovoo/jenkins_exporter
MIT