CentOS 6.6 SonarQube 4.5.1 Container Build - 652.5 MB
1.9K
Sonarqube Container Build
Built from appcontainers/centos66
Build container using default values.
docker build -t appcontainers/sonarqube .
Running the container
The container is built to allow several configurable variables to be passed in at runtime. The values are as follows:
Run the container using default values
docker run -d -it --name sonarqube -h sonarqube --privileged -p 9000:9000 appcontainers/sonarqube
This will assume the following
Run the container substituting the $varables with your own custom values
docker run -d -it \
--name sonarqube \
-h sonarqube \
-p 9000:9000 \
-e MYSQL_SERVER='localhost' \
-e MYSQL_PASS='P@ssw0rd' \
-e MYSQL_DB='sonar' \
-e APP_USER='admin' \
-e APP_PASS='Passw0rd' \
appcontainers/sonarqube
**Navigate to the IP address of the server on the port specified (9000 default) to access the sonarqube GUI
Content type
Image
Digest
sha256:785658c62…
Size
298.5 MB
Last updated
almost 11 years ago
docker pull appcontainers/sonarqube