jenkins and sonar image
886
This image contains a Jenkins and a Sonar installation
Jenkins 1.647 with plugins:
Sonar 5.3_all
Java 1.8
Node
Gulp
Grunt
Bower
PhantomJS
# Build the image
$ docker build --tag="myolnir/docker-continuous-integration" .
# Run a container
$ docker docker run -d \
-p 8888:8080 \
-p 9000:9000 \
-p 9092:9092 \
--name="ci" \
myolnir/docker-continuous-integration
# Attach to the container
$ docker exec -i -t ci /bin/bash
# Stop the container
$ docker stop ci
# Re-start the container
$ docker start ci
# remove the container
$ docker rm ci
# remove the image
$ docker rmi myolnir/docker-continuous-integration
Content type
Image
Digest
Size
749.5 MB
Last updated
over 9 years ago
docker pull myolnir/docker-continuous-integration