Skip to content

A JNLP Slave Docker image with docker and docker-compose installed.

License

Notifications You must be signed in to change notification settings

devsisters/jnlp-slave-with-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JNLP Slave with Docker Docker Badge

A JNLP Slave Docker image with docker and docker-compose installed. We use this with the Jenkins ECS plugin to automatically provision Jenkins slaves which then can use Docker to run their jobs.

You can either connect via the Docker socket like this:

docker run -v /var/run/docker.sock:/var/run/docker.sock ninech/jnlp-slave-with-docker docker ps

Or better, connect to some external Docker deamon via TCP:

docker run -e DOCKER_HOST=dind ninech/jnlp-slave-with-docker docker ps

See the docker-compose.yml file for reference.

About

A JNLP Slave Docker image with docker and docker-compose installed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%