: Specifies the Long Term Support version. Step 1: Choosing the Right Image Tag
docker run -d --name sonarqube -p 9000:9000 sonarqube:lts-community : Runs the container in the background (detached mode). --name : Assigns a friendly name to the container. download sonarqube docker image
Run this command before starting the container: sudo sysctl -w vm.max_map_count=262144 : Specifies the Long Term Support version