Skip to content

Instantly share code, notes, and snippets.

@mrbusche
Created February 17, 2023 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrbusche/6648e6a88e6435af9f88a850a1f734cd to your computer and use it in GitHub Desktop.
Save mrbusche/6648e6a88e6435af9f88a850a1f734cd to your computer and use it in GitHub Desktop.
run docker image locally
docker run -d --name sonarqube -p 9000:9000 sonarqube
docker start sonarqube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment