Dockerfile to create SonarQube 4.5.4 server
1.0K
First you need to configure sonar-mysql and name it “smysql”. An example you can use tpires/sonar-mysql.
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 qatools/sonar-server-build
NOTE Default username:password is admin:admin
Content type
Image
Digest
sha256:b0e9956be…
Size
457.6 MB
Last updated
almost 11 years ago
docker pull qatools/sonar-server-build