Sign inSign up

ninech/jnlp-slave-with-docker

By ninech

Updated over 8 years ago

A Jenkins JNLP slave with the docker toolset installed.

Image
1

1M+

ninech/jnlp-slave-with-docker repository overview

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.

Tag summary

Content type

Image

Digest

Size

338.3 MB

Last updated

over 8 years ago

docker pull ninech/jnlp-slave-with-docker