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
- Host: GitHub
- URL: https://github.com/wkrzywiec/develop-env
- Owner: wkrzywiec
- Created: 2019-09-02T18:05:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T04:43:44.000Z (about 6 years ago)
- Last Synced: 2025-03-21T08:48:40.519Z (7 months ago)
- Topics: docker, docker-compose, docker-container, maven, sonarqube, sonarqube-scanner
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: