Installing SonarQube from the Docker image
Explains how to install the SonarQube server from the Docker image.
Create volumes to persist data
$> docker volume create --name sonarqube_data
$> docker volume create --name sonarqube_logs
$> docker volume create --name sonarqube_extensionsAdd the JDBC driver (if using an Oracle database)
Start the SonarQube container
Starting the container by using docker run
Starting the container by using Docker compose
Last updated
Was this helpful?

