Skip to content

Instantly share code, notes, and snippets.

@sanju2
Created March 31, 2024 19:05
Show Gist options
  • Save sanju2/31ed2f8f41db0349b0b7a5c4822adead to your computer and use it in GitHub Desktop.
Save sanju2/31ed2f8f41db0349b0b7a5c4822adead to your computer and use it in GitHub Desktop.
Sonarqube-Install-Ubuntu-EC2
#!/bin/bash
# Docker Install
sudo apt install docker.io -y
sudo chmod 666 /var/run/docker.sock
# SonarQube Install
docker run -d -p 9000:9000 sonarqube:lts-community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment