项目作者: sangahco

项目描述 :
Docker image for a jenkins slave machine with ssh service
高级语言: Shell
项目地址: git://github.com/sangahco/docker-jenkins-slave.git
创建时间: 2017-01-28T05:42:52Z
项目社区:https://github.com/sangahco/docker-jenkins-slave

开源协议:

下载


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:

  1. $ docker-compose build

or if you want to use docker command

  1. $ docker build -t jenkins-slave jenkins-slave

Run the machine (jenkins slave)

  1. $ docker-compose up -d