-
Notifications
You must be signed in to change notification settings - Fork 0
Jenkins on CentOS version 2.0.1
Hemanth B edited this page Mar 13, 2019
·
2 revisions
First download the jenkins docker images using below command.
docker pull bitroid/centosjenkins:release-2.0.1
and run below command to run jenkins docker in detached mode.
docker run -d --privileged -p 8080:8080 -p 50000:50000 bitroid/centosjenkins:release-2.0.1
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
.
How to use the customized docker.
docker run -d --privileged -p 8080:8080 --name jenkins bitroid/centosjenkins:release-2.0.1
Username: admin
Password: admin
New feature:
- Added bulter to new version of centos jenkins docker.
- Bulter Tutorial link.
Customized CentOS Jenkins