Skip to content

ehdez73/docker-sonar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Docker Sonar

This image contains a Sonar 6.4 installation with the following plugins

Some useful commands:

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

# Run a container
$ docker run -d \
      -p 9000:9000 \
      -p 9092:9092 \
      --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