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

https://github.com/sangahco/docker-jenkins-slave

Docker image for a jenkins slave machine with ssh service
https://github.com/sangahco/docker-jenkins-slave

docker docker-image jenkins jenkins-slave

Last synced: about 2 months ago
JSON representation

Docker image for a jenkins slave machine with ssh service

Awesome Lists containing this project

README

          

# Jenkins Slave Machine

This docker image create a Jenkins slave container SSH enabled.
You will be provided with the private key in order to log inside the container.

## Requirement

- Docker Engine installed (`$ docker --version`)
- Docker Compose installed (`$ docker-compose --version`)

### Build the image

Using `docker-compose`:

$ docker-compose build

or if you want to use `docker` command

$ docker build -t jenkins-slave jenkins-slave

### Run the machine (jenkins slave)

$ docker-compose up -d