run sonarqube locally with docker
1) docker pull sonarqube
2) docker run -d --name sonarqube -p 9000:9000 sonarqube
3) access from http://localhost:9000
4)
we can stop container by "docker stop 14eaa0f45f1d "
or start it by "docker start 14eaa0f45f1d"