Installation overview
Main steps for installing SonarQube Server from the Docker image.
SonarQube Server docker images support running both on the amd64
architecture and on arm64
-based Apple Silicon.
We recommend using Docker Engine version 20.10 and above.
To install your SonarQube Server (Developer or Enterprise edition) from the Docker image:
Check the Server host requirements.
Perform the pre-installation steps:
Defining a JWT token (to keep user sessions alive during startup)
Install the database. See Installing database.
Perform the installation and basic setup. See Basic installation.
Depending on your environment, you may have to perform advanced setup. See Advanced setup.
You can secure SonarQube Server behind a procy (see Securing behind a proxy) and configure network rules (see Network rules).
Start your SonarQube Server container. See Starting SonarQube container.
You can now open SonarQube Server in your web browser at the configured address (by default
http://localhost:9000
). The default system administrator credentials are admin/admin.
Last updated
Was this helpful?