Use docker installation jekins

1. Install jekins

docker run -p 8080:8080 -p  50000:50000 -v jenkins_data:/var/jekins_home  jekinsci/blueocean

2. Turn off the firewall

systemctl stop firewalld.service

3. Access jekins

ip+:8080

Into the container 4. docker

docker exec -it 容器ID /bin/bash

5. Copy the code

Jekins to open the file, copy passwords

6. Click recommended to install plug-ins

Guess you like

Origin www.cnblogs.com/418836844qqcom/p/11387514.html