Pull from Docker-Hub
Check at
http://localhost:8080/ (Dashboard)
http://localhost:50000/ (Status)
- To use the latest LTS:
docker pull jenkins/jenkins:lts
- To use the latest weekly:
docker pull jenkins/jenkins
Build from Docker images
docker run -p 8080:8080 -p 50000:50000 -v jenkins_home:/var/jenkins_home --name jenkins --restart always jenkins/jenkins:ltsCheck at
http://localhost:8080/ (Dashboard)
http://localhost:50000/ (Status)
Komentar
Posting Komentar