
SonarQube + Docker + M1
TL;DR: Run the following commands to clone the repo to your M1 Mac and make a docker build: git clone git@github.com:DaveAldon/Sonarqube-with-Docker-and-M1-Macs.git
cd Sonarqube-with-Docker-and-M1-Macs
docker build -f arm64.Dockerfile -t sonarqubem1 .
docker run -p9000:9000 sonarqubem1 Then go to the URL: http://localhost:9000 Tell me more! Combining all three of these technologies is the reason this post exists. It wasn't super straightforward, because SonarQube has a Docker