Created
February 17, 2023 02:58
-
-
Save mrbusche/6648e6a88e6435af9f88a850a1f734cd to your computer and use it in GitHub Desktop.
run docker image locally
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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