Skip to content

thedrhax-dockerfiles/jenkins-slave-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins slave with Docker for Docker

This image extends thedrhax/jenkins-slave-alpine with Docker client.

To get information about all configuration variables, see parent image's README.

Example

docker run -d -v /var/run/docker.sock:/var/run/docker.sock thedrhax/jenkins-slave-docker

Docker & Rancher configuration variables

  • -e REGISTRY_0="user:pass@index.docker.io/v1/" — Docker Hub
  • -e REGISTRY_1="user:pass@registry.domain" — any other private registry

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.