Setup SonarQube with Docker
With this post we are going to walkthrough how to setup SonarQube using Docker. During this walkthrough we make use of the following system and software: Windows 10, version 20H2 Docker Desktop, version 3.0.4 with WSL 2 SonarQube, version 8.5.1 Install Docker Docker desktop can be downloaded from docker.com/get-started , after downloaded Docker Desktop Installer.exe run it and follow the instructions. If request to install and configure WSL2, follow the instructions. After the installation you are ready to start Docker for the first time. Probably a shortcut is added to your desktop, else you can find it in the default location C:\Program Files\Docker\Docker\Docker Desktop.exe . When starting Docker for the first time it can take a while before...