Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

ninech/jnlp-slave-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintaned: We don't use this image anymore and therefore don't maintain it. Feel free to fork it though.

JNLP Slave with Docker

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published