This material is from the Hampton Roads Docker Meetup presention: January 16th, 2017. The slides from my presentation are here.
Most of the content I borrowed from the Riot Games series on using Jenkins with Docker. Highly recommend reading through Maxfield Stewart's tutorials.
There are 5 examples in this repo:
- Containerizing Jenkins -> Running jenkins as a docker container
- Save jenkins data with a dataonly container
- Jenkins Slaves containers on demand using the docker plugin
- Building/Running containers from a container -> i.e. Docker in Docker (DinD) vs Docker out of Docker (DooD)
- Adhoc build/test containers using the Docker Pipeline plugin
Click on each subfolder to see the README for more details.