DEV Community

Michael Wahl for AWS Community Builders

Posted on

SonarQube Analysis with Community Edition in a Docker Container on Mac M1

If you don't already have docker installed, this link has more information for Mac and Windows. https://docs.docker.com/desktop/
I am using a Mac with an Apple M1 chip, so I was successful using this command:
docker run -d -p 8084:9000 mwizner/sonarqube:8.7.1-community

Top comments (1)

Collapse
 
vgtmhl profile image
Michael Vigato

man, thanks a lot <3