Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 541 Bytes

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