Installing from the Docker image
Explains how to install the SonarQube Server’s Developer or Enterprise Edition 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 Server container
Port binding
Starting the container by using docker run
Starting the container by using Docker compose
Next steps
Last updated
Was this helpful?

