DEV Community

Michael Wahl for AWS Community Builders

Posted on

7 2

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

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post