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
- Host: GitHub
- URL: https://github.com/sangahco/docker-jenkins-slave
- Owner: sangahco
- Created: 2017-01-28T05:42:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T09:55:31.000Z (over 6 years ago)
- Last Synced: 2025-02-25T15:32:03.882Z (over 1 year ago)
- Topics: docker, docker-image, jenkins, jenkins-slave
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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