Skip to content

byo-software/jenkins-inbound-agent-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

jenkins-inbound-agent-dind

Jenkins Inbound Agent with preinstalled docker client. Can be used to build docker images inside jenkins docker agents.

⚠️ Warning ⚠️

Docker in Docker is insecure and can compromise your host. Only use this when you run trusted Jenkins jobs.

Usage

The agent must run in privileged mode (--privileged) and must have /var/run/docker.sock mounted from the host (-v /var/run/docker.sock:/var/run/docker.sock).

Releases

No releases published

Packages

No packages published