To use this program, you must have docker
and docker-compose
installed on your computer. The installation process can be found on the official Docker website
First of all, you have to clone this project in your directory with the following command:
git clone https://github.com/lizibin/docker-jenkins-sonarqube.git
docker-compose -f autoDeployment-compose.yml up -d
Jenkins and SonarQube are available on the following ports:
- Jenkins: 8080
- SonarQube: 9000
This repository is under the MIT license. You can find it here.