Jenkins Docker in Docker SSH slave
444
A Jenkins SSH slave for running containers on the docker daemon of its host.
docker run -d -v /var/run/docker.sock:/var/run/docker.sock jenkins-docker-ssh-slave "<public key>"
The slave is reachable as SSH agent with username "jenkins" and the private key for the given public key.
Content type
Image
Digest
Size
405.9 MB
Last updated
almost 7 years ago
docker pull dachuck/jenkins-docker-ssh-slave