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

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git