An open API service indexing awesome lists of open source software.

https://github.com/uudashr/jenkins-ssh-slave-docker

Jenkins SSH Slave with Docker inside
https://github.com/uudashr/jenkins-ssh-slave-docker

continuous-delivery continuous-integration devops docker jenkins

Last synced: about 2 months ago
JSON representation

Jenkins SSH Slave with Docker inside

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/uudashr/jenkins-ssh-slave-docker.svg?branch=master)](https://travis-ci.org/uudashr/jenkins-ssh-slave-docker)

# Jenkins SSH Slave with Docker inside

SSH Slave with Docker inside

`uudashr/jenkins-ssh-slave-docker`

Docker daemon address defined by environment variable `DOCKER_HOST` using default `tcp://docker:2375`.

```properties
DOCKER_HOST=tcp://docker:2375
```

Reference
- https://github.com/uudashr/jenkins-docker