Latest | Server installation and setup | From Docker image | Installation overview
Docker installation overview (Developer and Enterprise editions)
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 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 Server 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 Server 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.
Was this page helpful?