Sign inSign up

codered/sonar

By codered

Updated over 9 years ago

Docker Container for Sonar

Image
0

298

codered/sonar repository overview

Docker Container for Sonar

This is conainter for sonar. Its based ont eh offical sonarqube container.

To Build

> docker build --tag codered/sonar . # normal build
> docker build --no-cache=true --force-rm=true --tag codered/sonar . # force a full build

To Run

>    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

Tag summary

Content type

Image

Digest

Size

404.5 MB

Last updated

over 9 years ago

docker pull codered/sonar