Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 495 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 495 Bytes

jenkins-demo

Installation

透過Docker進行安裝

docker run -d -v jenkins_home:/var/jenkins_home -p 8080:8080 -p 50000:50000 --restart=on-failure jenkins/jenkins:lts-jdk11
docker images
docker volume ls
docker container ls
docker logs [containerID]

copy the following line

open borwser past the above code

http://localhost:8080/

安裝結果如下