Skip to content

anthonydahanne/docker-jenkins_with_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Run jenkins with some plugins in a container

The plugins.txt content was filled from https://updates.jenkins-ci.org/download/plugins/

$ docker run -d -p 8000:8080 -p 50000:50000  --name=jenkins anthonydahanne/jenkins_with_plugins

Using socat to pipe the Docker Unix socket to a TCP port (to use the build step plugin for example, use http://socat:2375)

$ docker run -v /var/run/docker.sock:/var/run/docker.sock -d  --name socat  anthonydahanne/docker-socat
$ docker run -d -p 8000:8080 -p 50000:50000  --link socat:socat  --name=jenkins anthonydahanne/jenkins_with_plugins

About

A Jenkins with some plugins Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published