Skip to content

ddzero2c/jenkins-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-docker

Simple example of how to install Docker inside of Jenkins, mount the socket, and use the entrypoint to give jenkins access to that socket with the docker gid permissions.

Installation

mkdir jenkins_home
sudo chown 1000.1000 jenkins_home
docker-compose up -d

About

Jenkins container with Docker included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 57.7%
  • Shell 42.3%