Skip to content

PhilippeDo/Jenkins4Acumos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins4Acumos

This dockerfile create a jenkins container with python3.8 installed in it

Create the jenkins image

sudo docker build -t my_jenkins .

Create the jenkins container running on localhost:8080

sudo docker run -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock my_jenkins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published