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

https://github.com/wkrzywiec/develop-env

Development tools in Docker container
https://github.com/wkrzywiec/develop-env

docker docker-compose docker-container maven sonarqube sonarqube-scanner

Last synced: 3 months ago
JSON representation

Development tools in Docker container

Awesome Lists containing this project

README

          

# Development Environment

List of all software development tools that I use.

## SonarQube

### Configuration

Add this following configuration to `settings.xml` file located on your host machine `~/.m2` folder.

```xml


org.sonarsource.scanner.maven



sonar

true


```

If you stomp on the problem with SonarQube Docker image that Elastic search max virtual memory access is too low, go check the solution: