Run SonarQube in Local

waytohksharma
Jul 18, 2023

--

If you are looking to install the SonarQube in the local then you can just do just in few clicks.

To install the SonarQube you must have docker installed on your machine.

Once docker installed just run the following command -

docker run -p 9000:9000 -p 9092:9092 sonarqube

You will see the final output like-

To validate if sonarqube container is running or not just do-

docker ps 

To accees the UI screen just go to browser and hit

localhost:9000

Login with default credentials user-id: — admin, Password: — admin

Now you have to change the password with a new one.

--

--

waytohksharma

Cloud Architect with 16+ years of experience. I enjoy doing PoC about emerging technologies, staying up-to-date on tech. Play with AWS, Java, API, Microservice.