https://github.com/zaquestion/docker-sonarqube-python
https://github.com/zaquestion/docker-sonarqube-python
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaquestion/docker-sonarqube-python
- Owner: zaquestion
- Created: 2016-10-22T06:49:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T08:15:46.000Z (about 9 years ago)
- Last Synced: 2025-01-30T10:41:46.684Z (12 months ago)
- Size: 3.4 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-sonarqube-python
Runs the latest sonarqube in docker so you don't have to pollute your system with Java.
```
docker run -d -p 9000:9000 zaquestion/sonarqube-python
```
Login
```
user: admin
pass: admin
```