Basic installation
How to install SonarQube Server Developer or Enterprise edition from the Docker image and perform the basic setup.
Prerequisites
Create volumes to persist data
docker volume create --name sonarqube_data
docker volume create --name sonarqube_logs
docker volume create --name sonarqube_extensionsSet access to the database
Oracle database: add the JDBC driver
Check the web server connection parameters
Related pages
Last updated
Was this helpful?

