Skip to content

Thomas-Mildner/docker-sonarqube-custom_profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Option 1: Docker Hub Usage

Pull Docker image from Docker Hub

docker pull vvthromildner/docker-sonarqube-custom_profile

Start Docker Container from image

docker run -d --name docker-sonarqube-custom_profile -p 9000:9000 vvthromildner/docker-sonarqube-custom_profile

Option 2: Build Container yourself

Clone Git Repository

git clone https://github.com/Thomas-Mildner/docker-sonarqube-custom_profile.git
cd docker-sonarqube-custom_profile

Build image

docker build -t docker-sonarqube-custom_profile .

Run container

docker run -d --name docker-sonarqube-custom_profile -v $PWD/qualityprofile:/qualityprofile -p 9000:9000 docker-sonarqube-custom_profile

Get logs for container

docker logs -f docker-sonarqube-custom_profile

About

SonarQube Docker Container with custom quality profile (java specific)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 61.0%
  • Shell 39.0%