SonarQube 5 with severals plugins
10K+
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)
Content type
Image
Digest
sha256:c6e02a479…
Size
299.9 MB
Last updated
almost 11 years ago
docker pull tuxmonteiro/sonar5