A Jenkins JNLP slave with the docker toolset installed.
1M+
Unmaintaned: We don't use this image anymore and therefore don't maintain it. Feel free to fork it though.
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.
Content type
Image
Digest
Size
338.3 MB
Last updated
over 8 years ago
docker pull ninech/jnlp-slave-with-docker