Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 778 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 778 Bytes

Jenkins Agent with Docker and Docker Compose

Docker Pulls

This image is based upon the Debian Buster JDK 11 version of jenkins/inbound-agent and provides a Jenkins agent with Docker and Docker Compose preinstalled.

Usage

Linux:

docker run --init jnsd/jenkins-jnlp-docker:latest -url <JENKINS_URL> <secret> <agent name>

Once your agent is connected with Jenkins, you can use the Docker Plugin to build Dockerfiles, run commands in Containers, etc.

For more information about the JNLP agent, see jenkinsci/docker-inbound-agent.