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.gitBuild the jenkins-exporter docker image:
docker-compose buildThen fire it up:
docker-compose upor
docker-compose up -d- Prometheus docker suite: https://github.com/vegasbrianc/prometheus
- Jenkins exporter: https://github.com/lovoo/jenkins_exporter
MIT