Docker image for a jenkins slave machine with ssh service
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.
$ docker --version
)$ docker-compose --version
)Using docker-compose
:
$ docker-compose build
or if you want to use docker
command
$ docker build -t jenkins-slave jenkins-slave
$ docker-compose up -d