SonarQube installation on docker container with docker-compose
SonarQube is being widely used to manage code quality and code analysis. It is an open source tool that performs code inspection to detect issues in the code. In this post we will learn how to install SonarQube on a docker container. We will install community version LTS edition of...