Installation overview

Main steps for installing SonarQube Community Build from the Docker image.

SonarQube Community Build 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 Community Build from the Docker image:

  1. Perform the pre-installation steps:

  2. Install the Installing database.

  3. Perform the installation and basic setup. See Basic installation.

  4. Depending on your environment, you may have to perform advanced setup. See Advanced setup.

  5. You can secure SonarQube Community Build behind y proxy (see Securing behind a proxy) and configure network rules (see Network rules).

  6. Start your SonarQube Community Build container. See Starting SonarQube container.

  7. You can now open SonarQube Community Build 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?