Docker container with plain SonarQube installation. For complete installation with plugins check webdizz/sonarqube-plugins.
There is an assumption you have installed docker-compose
docker-compose up -d mysql # wait a bit till MySQL DB will be created
docker-compose up -d sonar # after start open URL in browser http://localhost:9000