top of page

Jenkins Setup


  1. Go to CMD and and type below command


docker pull jenkins/jenkins:lts

  1. After that write the below command


docker run -d --name jenkins -p 8080:8080 -p 50000:50000 -v jenkins_home:/var/jenkins_home jenkins/jenkins:lts

$50

Product Title

Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button

$50

Product Title

Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button.

$50

Product Title

Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button.

Recommended Products For This Post
 
 
 

Recent Posts

See All
Demonstration of How to Do Port Mapping in Docker

STEP 1: Run NGINX on Port 8080 docker run -d --name mynginx -p 8080:80 nginx NGINX is running inside container on port 80 ✔ You are accessing it from host on 8080 Test: http://localhost:8080 STEP 2: T

 
 
 

Comments


© 2023 by newittrendzzz.com 

  • Facebook
  • Twitter
  • Instagram
bottom of page