Sign inSign up

tpires/sonar-server

By tpires

Updated almost 11 years ago

SonarQube is an open platform to manage code quality.

Image
20

100K+

tpires/sonar-server repository overview

First you need to configure sonar-mysql and name it "smysql".

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 sonar -p 9000:9000 --link smysql:db tpires/sonar-server

You can now access to sonar-server by opening your browser to http://localhost:9000 . Default username:password is admin:admin .

Tag summary

Content type

Image

Digest

sha256:0a4c53a08

Size

334.3 MB

Last updated

almost 11 years ago

docker pull tpires/sonar-server