Sign inSign up

tuxmonteiro/sonar5

By tuxmonteiro

•Updated almost 11 years ago

SonarQube 5 with severals plugins

Image
0

10K+

tuxmonteiro/sonar5 repository overview

First run tpires/sonar-mysql:

$ docker run -it -d -p 3306:3306 --name smysql tpires/sonar-mysql (Default user:password for mysql is sonar:123qwe)

Now you need to run the server and link it with the database. That link will be named “db”.

$ docker run -i -t -d --name sonar5 -p 9000:9000 --link smysql:db tuxmonteiro/sonar5

You can now access to sonar5 by opening your browser to http://localhost:9000⁠. (Default username:password is admin:admin)

IMPORTANT: If ctrl+c/ctrl+v, change "--" to "- -" (without space)

Project: https://github.com/tuxmonteiro/sonar5-docker⁠

Tag summary

Content type

Image

Digest

sha256:c6e02a479…

Size

299.9 MB

Last updated

almost 11 years ago

docker pull tuxmonteiro/sonar5