SonarQube Docker
docker build -t sonarqube -f Dockerfile .
docker run --name sonarqube -p 9000:9000 -d sonarqube:latest