Introduction¶
SonarQube is an open source tool used to perform static code analysis on projects. In the context of my application, it runs within my Portainer system and is used when committing a new change. Please visit my Portainer page for more information about Portainer specifically.
Execution¶
I created a new container in my Portainer(https://10.0.0.34:9443/#!/2/docker/containers) set-up; and configured the right settings from the docker.io page.
What is important to not forget is setting the exposed ports.
Furthermore the .ENV variables
And voila ~