-
Notifications
You must be signed in to change notification settings - Fork 0
Jenkins on CentOS version 3.0.0
Hemanth B edited this page May 18, 2019
·
3 revisions
First download the jenkins docker images using below command.
docker pull bitroid/centosjenkins:release-3.0.0
and run below command to run jenkins docker in detached mode.
docker run -d --privileged -p 8080:8080 bitroid/centosjenkins:release-3.0.0
after executing above command jenkins will running in localhost:8080
or 127.0.0.1:8080
.
If you are using server with private then private_ip_address:8080
.
Credentials
Username: admin
Password: admin
New feature:
Docker in Docker for jenkins docker image.
How to test this image in play with docker.
Use below command to download jenkins and follow the instructions.
wget -O- https://git.io/JenkinsDInD | sh
Customized CentOS Jenkins