Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created November 6, 2018 14:34
Show Gist options
  • Save tdshipley/a43d9ca82a309f6c793a200029fb7581 to your computer and use it in GitHub Desktop.
Save tdshipley/a43d9ca82a309f6c793a200029fb7581 to your computer and use it in GitHub Desktop.
Docker Run command for Sonarqube
docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment