Either way, I am looking to change the database from the default one to one that I already have installed (mariadb on Centos in vmware machine), that’s outside docker:
I enter the command line and I just noticed that I don’t have ssh, vim, ifconfig, etc.
I know it’s a cropped version of a debian installation, but how do I install everything? How do I root this computer: I didn’t find that info.
What computer? A docker container is not a vm . A good image has the bare minimum dependencies required to provide it’s main service. By no means it includes a full fledged os…
The documentation of the image covers jdbc database connections. I am quite certain that the official sonarqube documentention (of the product, not the image) will provide a list of supported databases and an example jdbc connection string to configure the connection.
Docker containers running on the same host – one container will be for Jenkins and the other for SonarQube. The Jenkins container will also have sonar-scanner running locally to perform the code quality inspections.