Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

packlink-dev/docker-sonar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Docker Sonar

This image contains a Sonar 5.4 installation with the following plugins

  • sonar-javascript-plugin-2.11
  • sonar-python-plugin-1.5
  • sonar-groovy-plugin-1.3.1
  • sonar-build-breaker-plugin-2.0

Some useful commands:

# Build the image
$ docker build --tag="ehdez73/docker-sonar" .

# Run a container
$ docker docker run -d \
      -p 9000:9000 \
      --name="sonar" \
      ehdez73/docker-sonar

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%