Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 807 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 807 Bytes

Dockerized Jenkins Slaves

I'm running Docker on MacOS. This means the I have docker-machine running. I wanted to run Jenkins in a Docker container and eventually I'd like to run Jenkins slaves as Docker containers too. This makes these Docker container 'siblings'.

Credit goes to this writeup for helping me work past some painful hurdles. It can be found here:

Run Jenkins in a Docker container

  1. Add any plugins you need to the `plugins.txt' file.
  2. Build the container make build
  3. Start the container make start
  4. Configure Jenkins. Goto http://{your docker-machine ip or localhost}:8080/configure Update the 'Cloud' settings according to the image below.