This is conainter for sonar. Its based ont eh offical sonarqube container.
> docker build --tag codered/sonar . # normal build
> docker build --no-cache=true --force-rm=true --tag codered/sonar . # force a full build
> docker run --name sonar \
--detach \
--restart unless-stopped \
--publish 8081:8081 \
--volume /var/lib/sonar/sonatype-work:/u01/sonatype-work \
codered/sonar
docker stop sonar
docker start sonar
Content type
Image
Digest
Size
404.5 MB
Last updated
over 9 years ago
docker pull codered/sonar