Skip to content

alex-popov-tech/jenkins_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

  1. Build image via:
    $ docker build -t jenkins/jenkins -f "jenkins.dockerfile" .
  2. Run container on 8080 port:
    $ docker run --name jenkins-server -p 8080:8080 -p 50000:50000 jenkins/jenkins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages