An open API service indexing awesome lists of open source software.

https://github.com/zaquestion/docker-sonarqube-python


https://github.com/zaquestion/docker-sonarqube-python

Last synced: 6 days ago
JSON representation

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
```