SonarQube Community Build | Server installation and setup | From Docker image | Installation overview
Docker installation overview
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:
- Check the requirements.
- Perform the pre-installation steps:
- On Linux systems
- On Unix-based systems
- On macOS systems
- Create a JWT token (to keep user sessions alive during startup)
- Install the SonarQube Community Build database.
- Perform the installation and basic setup.
- Depending on your environment, you may have to perform advanced setup.
- You can secure SonarQube behind a proxy and configure network rules.
- Start your SonarQube Community Build container.
- 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.
Was this page helpful?