How to Write Cleaner, Safer Code with SonarQube, Docker and .NET Core

How to Write Cleaner, Safer Code with SonarQube, Docker and .NET Core

This tutorial demonstrates how to use SonarQube with .NET Core.

Amaury Fages

Docker SonarQube without volume and DB ? Ahem, run once, save none ?

Brian Demers

I agree with the concern. You probably wouldn’t run SonarQube on your desktop longer than it takes to try out to see if it would work for your team, but that also don’t give any pointers to help you move forward.

In the future we will try to call out the common volume mounts (and in the case of SonarQube using DB)
Or maybe pointing to a docker-compose file.

Thanks for calling this out @amauryfages!